Html Css Color HEX #599D77 Ocean Green

📋 copy color: '#599D77'

red 89 ◦ green 157 ◦ blue 119

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

Shades of Ocean Green #599D77

Tints of Ocean Green #599D77

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.01%

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 24.38%
G = 43.01%
B = 32.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#599D77 (or 0x599D77) is known color: Ocean Green. HEX triplet: 59, 9D and 77. RGB value is (89,157,119). Sum of RGB (Red+Green+Blue) = 89+157+119=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #599D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599D77 is #A66288. Grayscale: #848484. Windows color (decimal): -10904201 or 7839065. OLE color: 7839065.

HSL color Cylindrical-coordinate representation of color #599D77: hue angle of 146.47º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599D77 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 89 157 119 -
CMYK 0.43 0 0.24 0.38
HSL 146.47º 0.28% 0.48% -
HSV(B) 146.47º 0.43% 0.62% -
XYZ 19.51 27.57 21.75 -
YUV 132.34 120.47 97.09 -
System Red Green Blue C M Y K H S L
Decimal 89 157 119 0.43 0 0.24 0.38 146.47 0.28 0.48
Hex 59 9D 77 2B 0 18 26 92 1C 30
Octal 131 235 167 53 0 30 46 222 34 60
Binary 1011001 10011101 1110111 101011 0 11000 100110 10010010 11100 110000

Color Harmonies of #599D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599D77

Black with #599D77

Text Example


Text Example

White with #599D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,157,119); }

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

background-color css

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

 a { background-color: rgb(89,157,119); }

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

border-color css

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

 span { border-color: rgb(89,157,119); }

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