Html Css Color HEX #599F76 Ocean Green

📋 copy color: '#599F76'

red 89 ◦ green 159 ◦ blue 118

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

Shades of Ocean Green #599F76

Tints of Ocean Green #599F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.24%

R = 24.32%
G = 43.44%
B = 32.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#599F76 (or 0x599F76) is known color: Ocean Green. HEX triplet: 59, 9F and 76. RGB value is (89,159,118). Sum of RGB (Red+Green+Blue) = 89+159+118=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #599F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599F76 is #A66089. Grayscale: #858585. Windows color (decimal): -10903690 or 7774041. OLE color: 7774041.

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

Color convert

RGB 89 159 118 -
CMYK 0.44 0 0.26 0.38
HSL 144.86º 0.28% 0.49% -
HSV(B) 144.86º 0.44% 0.62% -
XYZ 19.79 28.23 21.55 -
YUV 133.4 119.31 96.33 -
System Red Green Blue C M Y K H S L
Decimal 89 159 118 0.44 0 0.26 0.38 144.86 0.28 0.49
Hex 59 9F 76 2C 0 1A 26 91 1C 31
Octal 131 237 166 54 0 32 46 221 34 61
Binary 1011001 10011111 1110110 101100 0 11010 100110 10010001 11100 110001

Color Harmonies of #599F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599F76

Black with #599F76

Text Example


Text Example

White with #599F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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