#08604F

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

Shades of Watercourse #08604F

Tints of Watercourse #08604F

Color information

#08604F (or 0x08604F) is unknown color: approx Watercourse. HEX triplet: 08, 60 and 4F. RGB value is (8,96,79). Sum of RGB (Red+Green+Blue) = 8+96+79=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 79 (31.25% from 255 or 43.17% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #08604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08604F is #F79FB0. Grayscale: #434343. Windows color (decimal): -16228273 or 5201928. OLE color: 5201928.

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

Color convert

RGB89679-
CMYK0.9200.180.62
HSL168.41º84.62%20.39%-
HSV(B)168.41º91.67%37.65%-
XYZ5.698.988.83-
YUV67.75134.3585.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 79 (31.25% from 255) = 43.17%
R=4.37%
G=52.46%
B=43.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896790.9200.180.62168.4184.6220.39
Hex8604F5C0123Ea85514
Octal101401171340227625012524
Binary100011000001001111101110001001011111010101000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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