#599770

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

Shades of Ocean Green #599770

Tints of Ocean Green #599770

Color information

#599770 (or 0x599770) is unknown color: approx Ocean Green. HEX triplet: 59, 97 and 70. RGB value is (89,151,112). Sum of RGB (Red+Green+Blue) = 89+151+112=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 151 - color contains mainly: green. Hex color #599770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599770 is #A6688F. Grayscale: #808080. Windows color (decimal): -10905744 or 7378777. OLE color: 7378777.

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

Color convert

RGB89151112-
CMYK0.4100.260.41
HSL142.26º25.83%47.06%-
HSV(B)142.26º41.06%59.22%-
XYZ18.1125.4319.28-
YUV128.02118.96100.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.28%
GREEN value IS 151 (59.38% from 255) = 42.90%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=25.28%
G=42.90%
B=31.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal891511120.4100.260.41142.2625.8347.06
Hex5997702901A298e1a2f
Octal13122716051032512163257
Binary10110011001011111100001010010110101010011000111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599770; }

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

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

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

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

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

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

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

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