#599F6F

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

Shades of Ocean Green #599F6F

Tints of Ocean Green #599F6F

Color information

#599F6F (or 0x599F6F) is unknown color: approx Ocean Green. HEX triplet: 59, 9F and 6F. RGB value is (89,159,111). Sum of RGB (Red+Green+Blue) = 89+159+111=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 159 - color contains mainly: green. Hex color #599F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F6F is #A66090. Grayscale: #848484. Windows color (decimal): -10903697 or 7315289. OLE color: 7315289.

HSL color Cylindrical-coordinate representation of color #599F6F: hue angle of 138.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 #599F6F is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB89159111-
CMYK0.4400.300.38
HSL138.86º28.23%48.63%-
HSV(B)138.86º44.03%62.35%-
XYZ19.3928.0719.43-
YUV132.6115.8196.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.79%
GREEN value IS 159 (62.5% from 255) = 44.29%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=24.79%
G=44.29%
B=30.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891591110.4400.300.38138.8628.2348.63
Hex599F6F2C01E268b1c31
Octal13123715754036462133461
Binary10110011001111111011111011000111101001101000101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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