Html Css Color HEX #599370 Ocean Green

📋 copy color: '#599370'

red 89 ◦ green 147 ◦ blue 112

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

Shades of Ocean Green #599370

Tints of Ocean Green #599370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

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

R = 25.57%
G = 42.24%
B = 32.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#599370 (or 0x599370) is known color: Ocean Green. HEX triplet: 59, 93 and 70. RGB value is (89,147,112). Sum of RGB (Red+Green+Blue) = 89+147+112=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #599370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599370 is #A66C8F. Grayscale: #7D7D7D. Windows color (decimal): -10906768 or 7377753. OLE color: 7377753.

HSL color Cylindrical-coordinate representation of color #599370: hue angle of 143.79º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #599370 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 147 112 -
CMYK 0.39 0 0.24 0.42
HSL 143.79º 0.25% 0.46% -
HSV(B) 143.79º 0.39% 0.58% -
XYZ 17.48 24.16 19.07 -
YUV 125.67 120.28 101.85 -
System Red Green Blue C M Y K H S L
Decimal 89 147 112 0.39 0 0.24 0.42 143.79 0.25 0.46
Hex 59 93 70 27 0 18 2A 90 19 2E
Octal 131 223 160 47 0 30 52 220 31 56
Binary 1011001 10010011 1110000 100111 0 11000 101010 10010000 11001 101110

Color Harmonies of #599370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599370

Black with #599370

Text Example


Text Example

White with #599370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599370; }

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

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

background-color css

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

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

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

border-color css

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

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

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