Html Css Color HEX #559970 Ocean Green

📋 copy color: '#559970'

red 85 ◦ green 153 ◦ blue 112

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

Shades of Ocean Green #559970

Tints of Ocean Green #559970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32%

R = 24.29%
G = 43.71%
B = 32%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#559970 (or 0x559970) is known color: Ocean Green. HEX triplet: 55, 99 and 70. RGB value is (85,153,112). Sum of RGB (Red+Green+Blue) = 85+153+112=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #559970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559970 is #AA668F. Grayscale: #808080. Windows color (decimal): -11167376 or 7379285. OLE color: 7379285.

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

Color convert

RGB 85 153 112 -
CMYK 0.44 0 0.27 0.4
HSL 143.82º 0.29% 0.47% -
HSV(B) 143.82º 0.44% 0.6% -
XYZ 18.06 25.88 19.37 -
YUV 127.99 118.97 97.33 -
System Red Green Blue C M Y K H S L
Decimal 85 153 112 0.44 0 0.27 0.4 143.82 0.29 0.47
Hex 55 99 70 2C 0 1B 28 90 1D 2F
Octal 125 231 160 54 0 33 50 220 35 57
Binary 1010101 10011001 1110000 101100 0 11011 101000 10010000 11101 101111

Color Harmonies of #559970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559970

Black with #559970

Text Example


Text Example

White with #559970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559970; }

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

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

background-color css

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

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

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

border-color css

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

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

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