#08604A

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

Shades of Watercourse #08604A

Tints of Watercourse #08604A

Color information

#08604A (or 0x08604A) is unknown color: approx Watercourse. HEX triplet: 08, 60 and 4A. RGB value is (8,96,74). Sum of RGB (Red+Green+Blue) = 8+96+74=178 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.49% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #08604A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08604A is #F79FB5. Grayscale: #434343. Windows color (decimal): -16228278 or 4874248. OLE color: 4874248.

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

Color convert

RGB89674-
CMYK0.9200.230.62
HSL165º84.62%20.39%-
HSV(B)165º91.67%37.65%-
XYZ5.528.917.91-
YUV67.18131.8585.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.49%
GREEN value IS 96 (37.89% from 255) = 53.93%
BLUE value IS 74 (29.30% from 255) = 41.57%
R=4.49%
G=53.93%
B=41.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896740.9200.230.6216584.6220.39
Hex8604A5C0173Ea55514
Octal101401121340277624512524
Binary100011000001001010101110001011111111010100101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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