Html Css Color HEX #559976 Ocean Green

📋 copy color: '#559976'

red 85 ◦ green 153 ◦ blue 118

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

Shades of Ocean Green #559976

Tints of Ocean Green #559976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 23.88%
G = 42.98%
B = 33.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#559976 (or 0x559976) is known color: Ocean Green. HEX triplet: 55, 99 and 76. RGB value is (85,153,118). Sum of RGB (Red+Green+Blue) = 85+153+118=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #559976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559976 is #AA6689. Grayscale: #808080. Windows color (decimal): -11167370 or 7772501. OLE color: 7772501.

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

Color convert

RGB 85 153 118 -
CMYK 0.44 0 0.23 0.4
HSL 149.12º 0.29% 0.47% -
HSV(B) 149.12º 0.44% 0.6% -
XYZ 18.41 26.02 21.19 -
YUV 128.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 85 153 118 0.44 0 0.23 0.4 149.12 0.29 0.47
Hex 55 99 76 2C 0 17 28 95 1D 2F
Octal 125 231 166 54 0 27 50 225 35 57
Binary 1010101 10011001 1110110 101100 0 10111 101000 10010101 11101 101111

Color Harmonies of #559976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559976

Black with #559976

Text Example


Text Example

White with #559976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559976; }

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

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

background-color css

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

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

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

border-color css

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

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

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