#919869

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

Shades of Avocado #919869

Tints of Avocado #919869

Color information

#919869 (or 0x919869) is unknown color: approx Avocado. HEX triplet: 91, 98 and 69. RGB value is (145,152,105). Sum of RGB (Red+Green+Blue) = 145+152+105=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #919869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919869 is #6E6796. Grayscale: #909090. Windows color (decimal): -7235479 or 6920337. OLE color: 6920337.

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

Color convert

RGB145152105-
CMYK0.0500.310.40
HSL68.94º18.58%50.39%-
HSV(B)68.94º30.92%59.61%-
XYZ25.4629.517.72-
YUV144.55105.68128.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.07%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 105 (41.41% from 255) = 26.12%
R=36.07%
G=37.81%
B=26.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451521050.0500.310.4068.9418.5850.39
Hex919869501F28451332
Octal2212301515037501052362
Binary10010001100110001101001101011111101000100010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919869; }

 p { color: rgb(145,152,105); }

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

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

 a { background-color: rgb(145,152,105); }

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

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

 span { border-color: rgb(145,152,105); }

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