Html Css Color HEX #599A70 Ocean Green

📋 copy color: '#599A70'

red 89 ◦ green 154 ◦ blue 112

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

Shades of Ocean Green #599A70

Tints of Ocean Green #599A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.38%

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

R = 25.07%
G = 43.38%
B = 31.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#599A70 (or 0x599A70) is known color: Ocean Green. HEX triplet: 59, 9A and 70. RGB value is (89,154,112). Sum of RGB (Red+Green+Blue) = 89+154+112=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 154 - color contains mainly: green. Hex color #599A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599A70 is #A6658F. Grayscale: #818181. Windows color (decimal): -10904976 or 7379545. OLE color: 7379545.

HSL color Cylindrical-coordinate representation of color #599A70: hue angle of 141.23º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #599A70 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 154 112 -
CMYK 0.42 0 0.27 0.40
HSL 141.23º 0.27% 0.48% -
HSV(B) 141.23º 0.42% 0.6% -
XYZ 18.6 26.4 19.45 -
YUV 129.78 117.97 98.92 -
System Red Green Blue C M Y K H S L
Decimal 89 154 112 0.42 0 0.27 0.40 141.23 0.27 0.48
Hex 59 9A 70 2A 0 1B 28 8D 1B 30
Octal 131 232 160 52 0 33 50 215 33 60
Binary 1011001 10011010 1110000 101010 0 11011 101000 10001101 11011 110000

Color Harmonies of #599A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599A70

Black with #599A70

Text Example


Text Example

White with #599A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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