Html Css Color HEX #006855 Watercourse

📋 copy color: '#006855'

red 0 ◦ green 104 ◦ blue 85

#006855
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #006855

Tints of Watercourse #006855

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 value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#006855 (or 0x006855) is known color: 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

RGB 0 104 85 -
CMYK 1 0 0.18 0.59
HSL 169.04º 1% 0.2% -
HSV(B) 169.04º 1% 0.41% -
XYZ 6.59 10.56 10.28 -
YUV 70.74 136.04 77.54 -
System Red Green Blue C M Y K H S L
Decimal 0 104 85 1 0 0.18 0.59 169.04 1 0.2
Hex 0 68 55 64 0 12 3B A9 64 14
Octal 0 150 125 144 0 22 73 251 144 24
Binary 0 1101000 1010101 1100100 0 10010 111011 10101001 1100100 10100

Color Harmonies of #006855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006855

Black with #006855

Text Example


Text Example

White with #006855

Text Example


Text Example

HTML Codes & Css Web 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>