Html Css Color HEX #919460 Avocado

📋 copy color: '#919460'

red 145 ◦ green 148 ◦ blue 96

#919460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #919460

Tints of Avocado #919460

RGB

 RED value IS 145 (57.03% from 255) = 37.28%

 GREEN value IS 148 (58.2% from 255) = 38.05%

 BLUE value IS 96 (37.89% from 255) = 24.68%

R = 37.28%
G = 38.05%
B = 24.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#919460 (or 0x919460) is known color: Avocado. HEX triplet: 91, 94 and 60. RGB value is (145,148,96). Sum of RGB (Red+Green+Blue) = 145+148+96=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #919460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919460 is #6E6B9F. Grayscale: #8D8D8D. Windows color (decimal): -7236512 or 6329489. OLE color: 6329489.

HSL color Cylindrical-coordinate representation of color #919460: hue angle of 63.46º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919460 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 148 96 -
CMYK 0.02 0 0.35 0.42
HSL 63.46º 0.21% 0.48% -
HSV(B) 63.46º 0.35% 0.58% -
XYZ 24.38 28.04 15.19 -
YUV 141.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 145 148 96 0.02 0 0.35 0.42 63.46 0.21 0.48
Hex 91 94 60 2 0 23 2A 3F 15 30
Octal 221 224 140 2 0 43 52 77 25 60
Binary 10010001 10010100 1100000 10 0 100011 101010 111111 10101 110000

Color Harmonies of #919460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919460

Black with #919460

Text Example


Text Example

White with #919460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919460; }

 p { color: rgb(145,148,96); }

 H1.HeaderClassName
 {
   color: #919460;
 }
 .AnyTagClassName
 {
   color: #919460;
 }
</style>

background-color css

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

 a { background-color: rgb(145,148,96); }

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

border-color css

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

 span { border-color: rgb(145,148,96); }

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