Html Css Color HEX #919960 Avocado

📋 copy color: '#919960'

red 145 ◦ green 153 ◦ blue 96

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

Shades of Avocado #919960

Tints of Avocado #919960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.83%

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

R = 36.8%
G = 38.83%
B = 24.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#919960 (or 0x919960) is known color: Avocado. HEX triplet: 91, 99 and 60. RGB value is (145,153,96). Sum of RGB (Red+Green+Blue) = 145+153+96=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #919960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919960 is #6E669F. Grayscale: #909090. Windows color (decimal): -7235232 or 6330769. OLE color: 6330769.

HSL color Cylindrical-coordinate representation of color #919960: hue angle of 68.42º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #919960 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 153 96 -
CMYK 0.05 0 0.37 0.4
HSL 68.42º 0.23% 0.49% -
HSV(B) 68.42º 0.37% 0.6% -
XYZ 25.18 29.65 15.46 -
YUV 144.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 145 153 96 0.05 0 0.37 0.4 68.42 0.23 0.49
Hex 91 99 60 5 0 25 28 44 17 31
Octal 221 231 140 5 0 45 50 104 27 61
Binary 10010001 10011001 1100000 101 0 100101 101000 1000100 10111 110001

Color Harmonies of #919960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919960

Black with #919960

Text Example


Text Example

White with #919960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919960; }

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

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

background-color css

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

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

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

border-color css

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

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

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