#919C69

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

Shades of Avocado #919C69

Tints of Avocado #919C69

Color information

#919C69 (or 0x919C69) is unknown color: approx Avocado. HEX triplet: 91, 9C and 69. RGB value is (145,156,105). Sum of RGB (Red+Green+Blue) = 145+156+105=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #919C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919C69 is #6E6396. Grayscale: #939393. Windows color (decimal): -7234455 or 6921361. OLE color: 6921361.

HSL color Cylindrical-coordinate representation of color #919C69: hue angle of 72.94º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #919C69 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB145156105-
CMYK0.0700.330.39
HSL72.94º20.48%51.18%-
HSV(B)72.94º32.69%61.18%-
XYZ26.1230.8217.94-
YUV146.9104.36126.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.71%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 105 (41.41% from 255) = 25.86%
R=35.71%
G=38.42%
B=25.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451561050.0700.330.3972.9420.4851.18
Hex919C69702127491433
Octal2212341517041471112463
Binary100100011001110011010011110100001100111100100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919C69; }

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

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

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

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

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

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

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

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