Html Css Color HEX #599973 Ocean Green

📋 copy color: '#599973'

red 89 ◦ green 153 ◦ blue 115

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

Shades of Ocean Green #599973

Tints of Ocean Green #599973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 24.93%
G = 42.86%
B = 32.21%

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

#599973 (or 0x599973) is known color: Ocean Green. HEX triplet: 59, 99 and 73. RGB value is (89,153,115). Sum of RGB (Red+Green+Blue) = 89+153+115=357 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.93% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #599973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599973 is #A6668C. Grayscale: #818181. Windows color (decimal): -10905229 or 7575897. OLE color: 7575897.

HSL color Cylindrical-coordinate representation of color #599973: hue angle of 144.38º 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 #599973 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 153 115 -
CMYK 0.42 0 0.25 0.4
HSL 144.38º 0.26% 0.47% -
HSV(B) 144.38º 0.42% 0.6% -
XYZ 18.61 26.14 20.29 -
YUV 129.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 89 153 115 0.42 0 0.25 0.4 144.38 0.26 0.47
Hex 59 99 73 2A 0 19 28 90 1A 2F
Octal 131 231 163 52 0 31 50 220 32 57
Binary 1011001 10011001 1110011 101010 0 11001 101000 10010000 11010 101111

Color Harmonies of #599973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599973

Black with #599973

Text Example


Text Example

White with #599973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599973; }

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

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

background-color css

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

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

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

border-color css

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

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

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