Html Css Color HEX #599976 Ocean Green

📋 copy color: '#599976'

red 89 ◦ green 153 ◦ blue 118

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

Shades of Ocean Green #599976

Tints of Ocean Green #599976

RGB

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

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

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

R = 24.72%
G = 42.5%
B = 32.78%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#599976 (or 0x599976) is known color: Ocean Green. HEX triplet: 59, 99 and 76. RGB value is (89,153,118). Sum of RGB (Red+Green+Blue) = 89+153+118=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #599976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599976 is #A66689. Grayscale: #818181. Windows color (decimal): -10905226 or 7772505. OLE color: 7772505.

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

Color convert

RGB 89 153 118 -
CMYK 0.42 0 0.23 0.4
HSL 147.19º 0.26% 0.47% -
HSV(B) 147.19º 0.42% 0.6% -
XYZ 18.78 26.21 21.21 -
YUV 129.87 121.3 98.85 -
System Red Green Blue C M Y K H S L
Decimal 89 153 118 0.42 0 0.23 0.4 147.19 0.26 0.47
Hex 59 99 76 2A 0 17 28 93 1A 2F
Octal 131 231 166 52 0 27 50 223 32 57
Binary 1011001 10011001 1110110 101010 0 10111 101000 10010011 11010 101111

Color Harmonies of #599976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599976

Black with #599976

Text Example


Text Example

White with #599976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599976; }

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

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

background-color css

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

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

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

border-color css

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

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

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