#969868

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

Shades of Avocado #969868

Tints of Avocado #969868

Color information

#969868 (or 0x969868) is unknown color: approx Avocado. HEX triplet: 96, 98 and 68. RGB value is (150,152,104). Sum of RGB (Red+Green+Blue) = 150+152+104=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 152 - color contains mainly: green. Hex color #969868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969868 is #696797. Grayscale: #929292. Windows color (decimal): -6907800 or 6854806. OLE color: 6854806.

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

Color convert

RGB150152104-
CMYK0.0100.320.40
HSL62.5º18.9%50.2%-
HSV(B)62.5º31.58%59.61%-
XYZ26.329.9417.49-
YUV145.93104.34130.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 152 (59.77% from 255) = 37.44%
BLUE value IS 104 (41.02% from 255) = 25.62%
R=36.95%
G=37.44%
B=25.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501521040.0100.320.4062.518.950.2
Hex9698681020283e1332
Octal226230150104050762362
Binary100101101001100011010001010000010100011111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969868; }

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

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

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

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

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

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

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

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