Html Css Color HEX #599F70 Ocean Green

📋 copy color: '#599F70'

red 89 ◦ green 159 ◦ blue 112

#599F70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #599F70

Tints of Ocean Green #599F70

RGB

 RED value IS 89 (35.16% from 255) = 24.72%

 GREEN value IS 159 (62.5% from 255) = 44.17%

 BLUE value IS 112 (44.14% from 255) = 31.11%

R = 24.72%
G = 44.17%
B = 31.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#599F70 (or 0x599F70) is known color: Ocean Green. HEX triplet: 59, 9F and 70. RGB value is (89,159,112). Sum of RGB (Red+Green+Blue) = 89+159+112=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #599F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F70 is #A6608F. Grayscale: #848484. Windows color (decimal): -10903696 or 7380825. OLE color: 7380825.

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

Color convert

RGB 89 159 112 -
CMYK 0.44 0 0.30 0.38
HSL 139.71º 0.28% 0.49% -
HSV(B) 139.71º 0.44% 0.62% -
XYZ 19.44 28.09 19.73 -
YUV 132.71 116.31 96.82 -
System Red Green Blue C M Y K H S L
Decimal 89 159 112 0.44 0 0.30 0.38 139.71 0.28 0.49
Hex 59 9F 70 2C 0 1E 26 8C 1C 31
Octal 131 237 160 54 0 36 46 214 34 61
Binary 1011001 10011111 1110000 101100 0 11110 100110 10001100 11100 110001

Color Harmonies of #599F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599F70

Black with #599F70

Text Example


Text Example

White with #599F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #599F70;
 }
 .AnyTagClassName
 {
   color: #599F70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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