#006855

Color #006855 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #006855

Tints of Watercourse #006855

Color information

#006855 (or 0x006855) is unknown color: approx Watercourse. HEX triplet: 00, 68 and 55. RGB value is (0,104,85). Sum of RGB (Red+Green+Blue) = 0+104+85=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #006855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006855 is #FF97AA. Grayscale: #464646. Windows color (decimal): -16750507 or 5597184. OLE color: 5597184.

HSL color Cylindrical-coordinate representation of color #006855: hue angle of 169.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006855 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB010485-
CMYK100.180.59
HSL169.04º100%20.39%-
HSV(B)169.04º100%40.78%-
XYZ6.5910.5610.28-
YUV70.74136.0477.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 104 (41.02% from 255) = 55.03%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=0%
G=55.03%
B=44.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010485100.180.59169.0410020.39
Hex06855640123Ba96414
Octal01501251440227325114424
Binary011010001010101110010001001011101110101001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006855; }

 p { color: rgb(0,104,85); }

 H1.HeaderClassName
 {
   color: #006855;
 }
 .AnyTagClassName
 {
   color: #006855;
 }
</style>
background-color css

<style>
 a { background-color: #006855; }

 a { background-color: rgb(0,104,85); }

 div.DivClassName
 {
   background-color: #006855;
 }
 .BgClassName
 {
   background-color: #006855;
 }
</style>
border-color css

<style>
 span { border-color: #006855; }

 span { border-color: rgb(0,104,85); }

 td.TdClassName
 {
   border-color: #006855;
 }
 .TagClassName
 {
   border-color: #006855;
 }
</style>