#599c70

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

Shades of Ocean Green #599C70

Tints of Ocean Green #599C70

Color information

#599C70 (or 0x599C70) is unknown color: approx Ocean Green. HEX triplet: 59, 9C and 70. RGB value is (89,156,112). Sum of RGB (Red+Green+Blue) = 89+156+112=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #599C70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599C70 is #A6638F. Grayscale: #838383. Windows color (decimal): -10904464 or 7380057. OLE color: 7380057.

HSL color Cylindrical-coordinate representation of color #599C70: hue angle of 140.6º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599C70 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB89156112-
CMYK0.4300.280.39
HSL140.6º27.35%48.04%-
HSV(B)140.6º42.95%61.18%-
XYZ18.9327.0719.56-
YUV130.95117.398.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.93%
GREEN value IS 156 (61.33% from 255) = 43.70%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=24.93%
G=43.70%
B=31.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891561120.4300.280.39140.627.3548.04
Hex599C702B01C278d1b30
Octal13123416053034472153360
Binary10110011001110011100001010110111001001111000110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599c70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,156,112); }

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

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

 a { background-color: rgb(89,156,112); }

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

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

 span { border-color: rgb(89,156,112); }

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