#08604C

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

Shades of Watercourse #08604C

Tints of Watercourse #08604C

Color information

#08604C (or 0x08604C) is unknown color: approx Watercourse. HEX triplet: 08, 60 and 4C. RGB value is (8,96,76). Sum of RGB (Red+Green+Blue) = 8+96+76=180 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.44% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #08604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08604C is #F79FB3. Grayscale: #434343. Windows color (decimal): -16228276 or 5005320. OLE color: 5005320.

HSL color Cylindrical-coordinate representation of color #08604C: hue angle of 166.36º 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 #08604C is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB89676-
CMYK0.9200.210.62
HSL166.36º84.62%20.39%-
HSV(B)166.36º91.67%37.65%-
XYZ5.598.948.27-
YUV67.41132.8585.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.44%
GREEN value IS 96 (37.89% from 255) = 53.33%
BLUE value IS 76 (30.08% from 255) = 42.22%
R=4.44%
G=53.33%
B=42.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896760.9200.210.62166.3684.6220.39
Hex8604C5C0153Ea65514
Octal101401141340257624612524
Binary100011000001001100101110001010111111010100110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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