#55966F

Color #55966F Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #55966F

Tints of Ocean Green #55966F

Color information

#55966F (or 0x55966F) is unknown color: approx Ocean Green. HEX triplet: 55, 96 and 6F. RGB value is (85,150,111). Sum of RGB (Red+Green+Blue) = 85+150+111=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #55966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55966F is #AA6990. Grayscale: #7E7E7E. Windows color (decimal): -11168145 or 7312981. OLE color: 7312981.

HSL color Cylindrical-coordinate representation of color #55966F: hue angle of 144º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55966F is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB85150111-
CMYK0.4300.260.41
HSL144º27.66%46.08%-
HSV(B)144º43.33%58.82%-
XYZ17.5224.8918.92-
YUV126.12119.4798.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.57%
GREEN value IS 150 (58.98% from 255) = 43.35%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=24.57%
G=43.35%
B=32.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851501110.4300.260.4114427.6646.08
Hex55966F2B01A29901c2e
Octal12522615753032512203456
Binary10101011001011011011111010110110101010011001000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55966F; }

 p { color: rgb(85,150,111); }

 H1.HeaderClassName
 {
   color: #55966F;
 }
 .AnyTagClassName
 {
   color: #55966F;
 }
</style>
background-color css

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

 a { background-color: rgb(85,150,111); }

 div.DivClassName
 {
   background-color: #55966F;
 }
 .BgClassName
 {
   background-color: #55966F;
 }
</style>
border-color css

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

 span { border-color: rgb(85,150,111); }

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