#959972

Color #959972 Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #959972

Tints of Avocado #959972

Color information

#959972 (or 0x959972) is unknown color: approx Avocado. HEX triplet: 95, 99 and 72. RGB value is (149,153,114). Sum of RGB (Red+Green+Blue) = 149+153+114=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #959972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959972 is #6A668D. Grayscale: #939393. Windows color (decimal): -6973070 or 7510421. OLE color: 7510421.

HSL color Cylindrical-coordinate representation of color #959972: hue angle of 66.15º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #959972 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB149153114-
CMYK0.0300.250.4
HSL66.15º16.05%52.35%-
HSV(B)66.15º25.49%60%-
XYZ26.8230.3920.37-
YUV147.36109.17129.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 114 (44.92% from 255) = 27.40%
R=35.82%
G=36.78%
B=27.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491531140.0300.250.466.1516.0552.35
Hex959972301928421034
Octal2252311623031501022064
Binary1001010110011001111001011011001101000100001010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959972; }

 p { color: rgb(149,153,114); }

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

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

 a { background-color: rgb(149,153,114); }

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

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

 span { border-color: rgb(149,153,114); }

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