Html Css Color HEX #599D73 Ocean Green

📋 copy color: '#599D73'

red 89 ◦ green 157 ◦ blue 115

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

Shades of Ocean Green #599D73

Tints of Ocean Green #599D73

RGB

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

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

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

R = 24.65%
G = 43.49%
B = 31.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#599D73 (or 0x599D73) is known color: Ocean Green. HEX triplet: 59, 9D and 73. RGB value is (89,157,115). Sum of RGB (Red+Green+Blue) = 89+157+115=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #599D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599D73 is #A6628C. Grayscale: #838383. Windows color (decimal): -10904205 or 7576921. OLE color: 7576921.

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

Color convert

RGB 89 157 115 -
CMYK 0.43 0 0.27 0.38
HSL 142.94º 0.28% 0.48% -
HSV(B) 142.94º 0.43% 0.62% -
XYZ 19.27 27.48 20.51 -
YUV 131.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 89 157 115 0.43 0 0.27 0.38 142.94 0.28 0.48
Hex 59 9D 73 2B 0 1B 26 8F 1C 30
Octal 131 235 163 53 0 33 46 217 34 60
Binary 1011001 10011101 1110011 101011 0 11011 100110 10001111 11100 110000

Color Harmonies of #599D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599D73

Black with #599D73

Text Example


Text Example

White with #599D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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