#919962

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

Shades of Avocado #919962

Tints of Avocado #919962

Color information

#919962 (or 0x919962) is unknown color: approx Avocado. HEX triplet: 91, 99 and 62. RGB value is (145,153,98). Sum of RGB (Red+Green+Blue) = 145+153+98=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #919962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919962 is #6E669D. Grayscale: #909090. Windows color (decimal): -7235230 or 6461841. OLE color: 6461841.

HSL color Cylindrical-coordinate representation of color #919962: hue angle of 68.73º 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 #919962 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB14515398-
CMYK0.0500.360.4
HSL68.73º21.91%49.22%-
HSV(B)68.73º35.95%60%-
XYZ25.2729.6815.95-
YUV144.34101.85128.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.62%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 98 (38.67% from 255) = 24.75%
R=36.62%
G=38.64%
B=24.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal145153980.0500.360.468.7321.9149.22
Hex919962502428451631
Octal2212311425044501052661
Binary100100011001100111000101010100100101000100010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919962; }

 p { color: rgb(145,153,98); }

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

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

 a { background-color: rgb(145,153,98); }

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

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

 span { border-color: rgb(145,153,98); }

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