#55966C

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

Shades of Ocean Green #55966C

Tints of Ocean Green #55966C

Color information

#55966C (or 0x55966C) is unknown color: approx Ocean Green. HEX triplet: 55, 96 and 6C. RGB value is (85,150,108). Sum of RGB (Red+Green+Blue) = 85+150+108=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #55966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55966C is #AA6993. Grayscale: #7D7D7D. Windows color (decimal): -11168148 or 7116373. OLE color: 7116373.

HSL color Cylindrical-coordinate representation of color #55966C: hue angle of 141.23º 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 #55966C is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB85150108-
CMYK0.4300.280.41
HSL141.23º27.66%46.08%-
HSV(B)141.23º43.33%58.82%-
XYZ17.3624.8318.06-
YUV125.78117.9798.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=24.78%
G=43.73%
B=31.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851501080.4300.280.41141.2327.6646.08
Hex55966C2B01C298d1c2e
Octal12522615453034512153456
Binary10101011001011011011001010110111001010011000110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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