#969862

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

Shades of Avocado #969862

Tints of Avocado #969862

Color information

#969862 (or 0x969862) is unknown color: approx Avocado. HEX triplet: 96, 98 and 62. RGB value is (150,152,98). Sum of RGB (Red+Green+Blue) = 150+152+98=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #969862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969862 is #69679D. Grayscale: #919191. Windows color (decimal): -6907806 or 6461590. OLE color: 6461590.

HSL color Cylindrical-coordinate representation of color #969862: hue angle of 62.22º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #969862 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB15015298-
CMYK0.0100.360.40
HSL62.22º21.6%49.02%-
HSV(B)62.22º35.53%59.61%-
XYZ26.0129.8215.94-
YUV145.25101.34131.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.5%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 98 (38.67% from 255) = 24.5%
R=37.5%
G=38%
B=24.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150152980.0100.360.4062.2221.649.02
Hex9698621024283e1631
Octal226230142104450762661
Binary100101101001100011000101010010010100011111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969862; }

 p { color: rgb(150,152,98); }

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

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

 a { background-color: rgb(150,152,98); }

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

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

 span { border-color: rgb(150,152,98); }

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