#969558

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

Shades of Avocado #969558

Tints of Avocado #969558

Color information

#969558 (or 0x969558) is unknown color: approx Avocado. HEX triplet: 96, 95 and 58. RGB value is (150,149,88). Sum of RGB (Red+Green+Blue) = 150+149+88=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #969558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969558 is #696AA7. Grayscale: #8E8E8E. Windows color (decimal): -6908584 or 5805462. OLE color: 5805462.

HSL color Cylindrical-coordinate representation of color #969558: hue angle of 59.03º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #969558 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB15014988-
CMYK00.010.410.41
HSL59.03º26.05%46.67%-
HSV(B)59.03º41.33%58.82%-
XYZ25.0928.6813.45-
YUV142.3497.33133.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.76%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 88 (34.77% from 255) = 22.74%
R=38.76%
G=38.50%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501498800.010.410.4159.0326.0546.67
Hex9695580129293b1a2f
Octal226225130015151733257
Binary100101101001010110110000110100110100111101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969558; }

 p { color: rgb(150,149,88); }

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

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

 a { background-color: rgb(150,149,88); }

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

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

 span { border-color: rgb(150,149,88); }

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