#599972

Color #599972 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #599972

Tints of Ocean Green #599972

Color information

#599972 (or 0x599972) is unknown color: approx Ocean Green. HEX triplet: 59, 99 and 72. RGB value is (89,153,114). Sum of RGB (Red+Green+Blue) = 89+153+114=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #599972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599972 is #A6668D. Grayscale: #818181. Windows color (decimal): -10905230 or 7510361. OLE color: 7510361.

HSL color Cylindrical-coordinate representation of color #599972: hue angle of 143.44º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599972 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB89153114-
CMYK0.4200.250.4
HSL143.44º26.45%47.45%-
HSV(B)143.44º41.83%60%-
XYZ18.5526.1219.98-
YUV129.42119.399.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25%
GREEN value IS 153 (60.16% from 255) = 42.98%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=25%
G=42.98%
B=32.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal891531140.4200.250.4143.4426.4547.45
Hex5999722A019288f1a2f
Octal13123116252031502173257
Binary10110011001100111100101010100110011010001000111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599972; }

 p { color: rgb(89,153,114); }

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

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

 a { background-color: rgb(89,153,114); }

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

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

 span { border-color: rgb(89,153,114); }

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