Html Css Color HEX #559978 Ocean Green

📋 copy color: '#559978'

red 85 ◦ green 153 ◦ blue 120

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

Shades of Ocean Green #559978

Tints of Ocean Green #559978

RGB

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

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

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

R = 23.74%
G = 42.74%
B = 33.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#559978 (or 0x559978) is known color: Ocean Green. HEX triplet: 55, 99 and 78. RGB value is (85,153,120). Sum of RGB (Red+Green+Blue) = 85+153+120=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #559978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559978 is #AA6687. Grayscale: #808080. Windows color (decimal): -11167368 or 7903573. OLE color: 7903573.

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

Color convert

RGB 85 153 120 -
CMYK 0.44 0 0.22 0.4
HSL 150.88º 0.29% 0.47% -
HSV(B) 150.88º 0.44% 0.6% -
XYZ 18.53 26.07 21.82 -
YUV 128.91 122.97 96.68 -
System Red Green Blue C M Y K H S L
Decimal 85 153 120 0.44 0 0.22 0.4 150.88 0.29 0.47
Hex 55 99 78 2C 0 16 28 97 1D 2F
Octal 125 231 170 54 0 26 50 227 35 57
Binary 1010101 10011001 1111000 101100 0 10110 101000 10010111 11101 101111

Color Harmonies of #559978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559978

Black with #559978

Text Example


Text Example

White with #559978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559978; }

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

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

background-color css

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

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

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

border-color css

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

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

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