Html Css Color HEX #08664C Watercourse

📋 copy color: '#08664C'

red 8 ◦ green 102 ◦ blue 76

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

Shades of Watercourse #08664C

Tints of Watercourse #08664C

RGB

 RED value IS 8 (3.52% from 255) = 4.3%

 GREEN value IS 102 (40.23% from 255) = 54.84%

 BLUE value IS 76 (30.08% from 255) = 40.86%

R = 4.3%
G = 54.84%
B = 40.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#08664C (or 0x08664C) is known color: Watercourse. HEX triplet: 08, 66 and 4C. RGB value is (8,102,76). Sum of RGB (Red+Green+Blue) = 8+102+76=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 102 (40.23% from 255 or 54.84% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 102 - color contains mainly: green. Hex color #08664C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08664C is #F799B3. Grayscale: #464646. Windows color (decimal): -16226740 or 5006856. OLE color: 5006856.

HSL color Cylindrical-coordinate representation of color #08664C: hue angle of 163.4º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08664C is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 102 76 -
CMYK 0.92 0 0.25 0.6
HSL 163.4º 0.85% 0.22% -
HSV(B) 163.4º 0.92% 0.4% -
XYZ 6.16 10.08 8.46 -
YUV 70.93 130.86 83.11 -
System Red Green Blue C M Y K H S L
Decimal 8 102 76 0.92 0 0.25 0.6 163.4 0.85 0.22
Hex 8 66 4C 5C 0 19 3C A3 55 16
Octal 10 146 114 134 0 31 74 243 125 26
Binary 1000 1100110 1001100 1011100 0 11001 111100 10100011 1010101 10110

Color Harmonies of #08664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08664C

Black with #08664C

Text Example


Text Example

White with #08664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08664C; }

 p { color: rgb(8,102,76); }

 H1.HeaderClassName
 {
   color: #08664C;
 }
 .AnyTagClassName
 {
   color: #08664C;
 }
</style>

background-color css

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

 a { background-color: rgb(8,102,76); }

 div.DivClassName
 {
   background-color: #08664C;
 }
 .BgClassName
 {
   background-color: #08664C;
 }
</style>

border-color css

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

 span { border-color: rgb(8,102,76); }

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