Html Css Color HEX #599978 Ocean Green

📋 copy color: '#599978'

red 89 ◦ green 153 ◦ blue 120

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

Shades of Ocean Green #599978

Tints of Ocean Green #599978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.15%

R = 24.59%
G = 42.27%
B = 33.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#599978 (or 0x599978) is known color: Ocean Green. HEX triplet: 59, 99 and 78. RGB value is (89,153,120). Sum of RGB (Red+Green+Blue) = 89+153+120=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #599978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599978 is #A66687. Grayscale: #828282. Windows color (decimal): -10905224 or 7903577. OLE color: 7903577.

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

Color convert

RGB 89 153 120 -
CMYK 0.42 0 0.22 0.4
HSL 149.06º 0.26% 0.47% -
HSV(B) 149.06º 0.42% 0.6% -
XYZ 18.9 26.26 21.84 -
YUV 130.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 89 153 120 0.42 0 0.22 0.4 149.06 0.26 0.47
Hex 59 99 78 2A 0 16 28 95 1A 2F
Octal 131 231 170 52 0 26 50 225 32 57
Binary 1011001 10011001 1111000 101010 0 10110 101000 10010101 11010 101111

Color Harmonies of #599978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599978

Black with #599978

Text Example


Text Example

White with #599978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599978; }

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

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

background-color css

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

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

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

border-color css

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

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

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