Html Css Color HEX #599972 Ocean Green

📋 copy color: '#599972'

red 89 ◦ green 153 ◦ blue 114

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

Shades of Ocean Green #599972

Tints of Ocean Green #599972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 25%
G = 42.98%
B = 32.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#599972 (or 0x599972) is known color: Ocean Green. HEX triplet: 59, 99 and 72. RGB value is (89,153,114). Sum of RGB (Red+Green+Blue) = 89+153+114=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #599972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599972 is #A6668D. Grayscale: #818181. Windows color (decimal): -10905230 or 7510361. OLE color: 7510361.

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

Color convert

RGB 89 153 114 -
CMYK 0.42 0 0.25 0.4
HSL 143.44º 0.26% 0.47% -
HSV(B) 143.44º 0.42% 0.6% -
XYZ 18.55 26.12 19.98 -
YUV 129.42 119.3 99.17 -
System Red Green Blue C M Y K H S L
Decimal 89 153 114 0.42 0 0.25 0.4 143.44 0.26 0.47
Hex 59 99 72 2A 0 19 28 8F 1A 2F
Octal 131 231 162 52 0 31 50 217 32 57
Binary 1011001 10011001 1110010 101010 0 11001 101000 10001111 11010 101111

Color Harmonies of #599972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599972

Black with #599972

Text Example


Text Example

White with #599972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599972; }

 p { color: rgb(89,153,114); }

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

background-color css

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

 a { background-color: rgb(89,153,114); }

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

border-color css

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

 span { border-color: rgb(89,153,114); }

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