Html Css Color HEX #559870 Ocean Green

📋 copy color: '#559870'

red 85 ◦ green 152 ◦ blue 112

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

Shades of Ocean Green #559870

Tints of Ocean Green #559870

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.55%

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

R = 24.36%
G = 43.55%
B = 32.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#559870 (or 0x559870) is known color: Ocean Green. HEX triplet: 55, 98 and 70. RGB value is (85,152,112). Sum of RGB (Red+Green+Blue) = 85+152+112=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #559870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559870 is #AA678F. Grayscale: #7F7F7F. Windows color (decimal): -11167632 or 7379029. OLE color: 7379029.

HSL color Cylindrical-coordinate representation of color #559870: hue angle of 144.18º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559870 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 112 -
CMYK 0.44 0 0.26 0.40
HSL 144.18º 0.28% 0.46% -
HSV(B) 144.18º 0.44% 0.6% -
XYZ 17.9 25.56 19.32 -
YUV 127.41 119.3 97.75 -
System Red Green Blue C M Y K H S L
Decimal 85 152 112 0.44 0 0.26 0.40 144.18 0.28 0.46
Hex 55 98 70 2C 0 1A 28 90 1C 2E
Octal 125 230 160 54 0 32 50 220 34 56
Binary 1010101 10011000 1110000 101100 0 11010 101000 10010000 11100 101110

Color Harmonies of #559870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559870

Black with #559870

Text Example


Text Example

White with #559870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559870; }

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

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

background-color css

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

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

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

border-color css

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

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

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