#599F76

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

Shades of Ocean Green #599F76

Tints of Ocean Green #599F76

Color information

#599F76 (or 0x599F76) is unknown color: approx Ocean Green. HEX triplet: 59, 9F and 76. RGB value is (89,159,118). Sum of RGB (Red+Green+Blue) = 89+159+118=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #599F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F76 is #A66089. Grayscale: #858585. Windows color (decimal): -10903690 or 7774041. OLE color: 7774041.

HSL color Cylindrical-coordinate representation of color #599F76: hue angle of 144.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599F76 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB89159118-
CMYK0.4400.260.38
HSL144.86º28.23%48.63%-
HSV(B)144.86º44.03%62.35%-
XYZ19.7928.2321.55-
YUV133.4119.3196.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.32%
GREEN value IS 159 (62.5% from 255) = 43.44%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=24.32%
G=43.44%
B=32.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891591180.4400.260.38144.8628.2348.63
Hex599F762C01A26911c31
Octal13123716654032462213461
Binary10110011001111111101101011000110101001101001000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599F76; }

 p { color: rgb(89,159,118); }

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

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

 a { background-color: rgb(89,159,118); }

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

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

 span { border-color: rgb(89,159,118); }

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