#08604B

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

Shades of Watercourse #08604B

Tints of Watercourse #08604B

Color information

#08604B (or 0x08604B) is unknown color: approx Watercourse. HEX triplet: 08, 60 and 4B. RGB value is (8,96,75). Sum of RGB (Red+Green+Blue) = 8+96+75=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #08604B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08604B is #F79FB4. Grayscale: #434343. Windows color (decimal): -16228277 or 4939784. OLE color: 4939784.

HSL color Cylindrical-coordinate representation of color #08604B: hue angle of 165.68º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08604B is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB89675-
CMYK0.9200.220.62
HSL165.68º84.62%20.39%-
HSV(B)165.68º91.67%37.65%-
XYZ5.558.938.09-
YUV67.29132.3585.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.47%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 75 (29.69% from 255) = 41.90%
R=4.47%
G=53.63%
B=41.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896750.9200.220.62165.6884.6220.39
Hex8604B5C0163Ea65514
Octal101401131340267624612524
Binary100011000001001011101110001011011111010100110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08604B; }

 p { color: rgb(8,96,75); }

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

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

 a { background-color: rgb(8,96,75); }

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

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

 span { border-color: rgb(8,96,75); }

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