Html Css Color HEX #559979 Ocean Green

📋 copy color: '#559979'

red 85 ◦ green 153 ◦ blue 121

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

Shades of Ocean Green #559979

Tints of Ocean Green #559979

RGB

 RED value IS 85 (33.59% from 255) = 23.68%

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

 BLUE value IS 121 (47.66% from 255) = 33.7%

R = 23.68%
G = 42.62%
B = 33.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#559979 (or 0x559979) is known color: Ocean Green. HEX triplet: 55, 99 and 79. RGB value is (85,153,121). Sum of RGB (Red+Green+Blue) = 85+153+121=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #559979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559979 is #AA6686. Grayscale: #818181. Windows color (decimal): -11167367 or 7969109. OLE color: 7969109.

HSL color Cylindrical-coordinate representation of color #559979: hue angle of 151.76º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559979 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 121 -
CMYK 0.44 0 0.21 0.4
HSL 151.76º 0.29% 0.47% -
HSV(B) 151.76º 0.44% 0.6% -
XYZ 18.59 26.09 22.15 -
YUV 129.02 123.47 96.6 -
System Red Green Blue C M Y K H S L
Decimal 85 153 121 0.44 0 0.21 0.4 151.76 0.29 0.47
Hex 55 99 79 2C 0 15 28 98 1D 2F
Octal 125 231 171 54 0 25 50 230 35 57
Binary 1010101 10011001 1111001 101100 0 10101 101000 10011000 11101 101111

Color Harmonies of #559979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559979

Black with #559979

Text Example


Text Example

White with #559979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559979; }

 p { color: rgb(85,153,121); }

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

background-color css

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

 a { background-color: rgb(85,153,121); }

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

border-color css

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

 span { border-color: rgb(85,153,121); }

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