#919B68

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

Shades of Avocado #919B68

Tints of Avocado #919B68

Color information

#919B68 (or 0x919B68) is unknown color: approx Avocado. HEX triplet: 91, 9B and 68. RGB value is (145,155,104). Sum of RGB (Red+Green+Blue) = 145+155+104=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 155 - color contains mainly: green. Hex color #919B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919B68 is #6E6497. Grayscale: #929292. Windows color (decimal): -7234712 or 6855569. OLE color: 6855569.

HSL color Cylindrical-coordinate representation of color #919B68: hue angle of 71.76º 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 #919B68 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB145155104-
CMYK0.0600.330.39
HSL71.76º20.32%50.78%-
HSV(B)71.76º32.9%60.78%-
XYZ25.930.4617.61-
YUV146.2104.19127.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.89%
GREEN value IS 155 (60.94% from 255) = 38.37%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=35.89%
G=38.37%
B=25.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451551040.0600.330.3971.7620.3250.78
Hex919B68602127481433
Octal2212331506041471102463
Binary100100011001101111010001100100001100111100100010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,155,104); }

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

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

 a { background-color: rgb(145,155,104); }

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

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

 span { border-color: rgb(145,155,104); }

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