Html Css Color HEX #599B77 Ocean Green

📋 copy color: '#599B77'

red 89 ◦ green 155 ◦ blue 119

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

Shades of Ocean Green #599B77

Tints of Ocean Green #599B77

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.7%

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

R = 24.52%
G = 42.7%
B = 32.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#599B77 (or 0x599B77) is known color: Ocean Green. HEX triplet: 59, 9B and 77. RGB value is (89,155,119). Sum of RGB (Red+Green+Blue) = 89+155+119=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #599B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599B77 is #A66488. Grayscale: #838383. Windows color (decimal): -10904713 or 7838553. OLE color: 7838553.

HSL color Cylindrical-coordinate representation of color #599B77: hue angle of 147.27º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599B77 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 155 119 -
CMYK 0.43 0 0.23 0.39
HSL 147.27º 0.27% 0.48% -
HSV(B) 147.27º 0.43% 0.61% -
XYZ 19.17 26.9 21.63 -
YUV 131.16 121.13 97.93 -
System Red Green Blue C M Y K H S L
Decimal 89 155 119 0.43 0 0.23 0.39 147.27 0.27 0.48
Hex 59 9B 77 2B 0 17 27 93 1B 30
Octal 131 233 167 53 0 27 47 223 33 60
Binary 1011001 10011011 1110111 101011 0 10111 100111 10010011 11011 110000

Color Harmonies of #599B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599B77

Black with #599B77

Text Example


Text Example

White with #599B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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