Html Css Color HEX #08664E Watercourse

📋 copy color: '#08664E'

red 8 ◦ green 102 ◦ blue 78

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

Shades of Watercourse #08664E

Tints of Watercourse #08664E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 41.49%

R = 4.26%
G = 54.26%
B = 41.49%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.6

RGB Variations

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

Color information

#08664E (or 0x08664E) is known color: Watercourse. HEX triplet: 08, 66 and 4E. RGB value is (8,102,78). Sum of RGB (Red+Green+Blue) = 8+102+78=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #08664E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08664E is #F799B1. Grayscale: #474747. Windows color (decimal): -16226738 or 5137928. OLE color: 5137928.

HSL color Cylindrical-coordinate representation of color #08664E: hue angle of 164.68º 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 #08664E is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB 8 102 78 -
CMYK 0.92 0 0.24 0.6
HSL 164.68º 0.85% 0.22% -
HSV(B) 164.68º 0.92% 0.4% -
XYZ 6.23 10.1 8.83 -
YUV 71.16 131.86 82.95 -
System Red Green Blue C M Y K H S L
Decimal 8 102 78 0.92 0 0.24 0.6 164.68 0.85 0.22
Hex 8 66 4E 5C 0 18 3C A5 55 16
Octal 10 146 116 134 0 30 74 245 125 26
Binary 1000 1100110 1001110 1011100 0 11000 111100 10100101 1010101 10110

Color Harmonies of #08664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08664E

Black with #08664E

Text Example


Text Example

White with #08664E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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