#08664E

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

Shades of Watercourse #08664E

Tints of Watercourse #08664E

Color information

#08664E (or 0x08664E) is unknown color: approx 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

RGB810278-
CMYK0.9200.240.6
HSL164.68º85.45%21.57%-
HSV(B)164.68º92.16%40%-
XYZ6.2310.18.83-
YUV71.16131.8682.95-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8102780.9200.240.6164.6885.4521.57
Hex8664E5C0183Ca55516
Octal101461161340307424512526
Binary100011001101001110101110001100011110010100101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>