#969857

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

Shades of Avocado #969857

Tints of Avocado #969857

Color information

#969857 (or 0x969857) is unknown color: approx Avocado. HEX triplet: 96, 98 and 57. RGB value is (150,152,87). Sum of RGB (Red+Green+Blue) = 150+152+87=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #969857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969857 is #6967A8. Grayscale: #909090. Windows color (decimal): -6907817 or 5740694. OLE color: 5740694.

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

Color convert

RGB15015287-
CMYK0.0100.430.40
HSL61.85º27.2%46.86%-
HSV(B)61.85º42.76%59.61%-
XYZ25.5329.6313.39-
YUV143.9995.84132.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 87 (34.38% from 255) = 22.37%
R=38.56%
G=39.07%
B=22.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal150152870.0100.430.4061.8527.246.86
Hex969857102B283e1b2f
Octal226230127105350763357
Binary100101101001100010101111010101110100011111011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969857; }

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

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

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

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

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

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

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

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