#919865

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

Shades of Avocado #919865

Tints of Avocado #919865

Color information

#919865 (or 0x919865) is unknown color: approx Avocado. HEX triplet: 91, 98 and 65. RGB value is (145,152,101). Sum of RGB (Red+Green+Blue) = 145+152+101=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #919865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919865 is #6E679A. Grayscale: #909090. Windows color (decimal): -7235483 or 6658193. OLE color: 6658193.

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

Color convert

RGB145152101-
CMYK0.0500.340.40
HSL68.24º20.16%49.61%-
HSV(B)68.24º33.55%59.61%-
XYZ25.2529.4216.66-
YUV144.09103.68128.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.43%
GREEN value IS 152 (59.77% from 255) = 38.19%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=36.43%
G=38.19%
B=25.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451521010.0500.340.4068.2420.1649.61
Hex919865502228441432
Octal2212301455042501042462
Binary100100011001100011001011010100010101000100010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919865; }

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

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

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

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

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

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

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

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