Html Css Color HEX #969460 Avocado

📋 copy color: '#969460'

red 150 ◦ green 148 ◦ blue 96

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

Shades of Avocado #969460

Tints of Avocado #969460

RGB

 RED value IS 150 (58.98% from 255) = 38.07%

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

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

R = 38.07%
G = 37.56%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#969460 (or 0x969460) is known color: Avocado. HEX triplet: 96, 94 and 60. RGB value is (150,148,96). Sum of RGB (Red+Green+Blue) = 150+148+96=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #969460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969460 is #696B9F. Grayscale: #8E8E8E. Windows color (decimal): -6908832 or 6329494. OLE color: 6329494.

HSL color Cylindrical-coordinate representation of color #969460: hue angle of 57.78º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #969460 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 96 -
CMYK 0 0.01 0.36 0.41
HSL 57.78º 0.22% 0.48% -
HSV(B) 57.78º 0.36% 0.59% -
XYZ 25.28 28.51 15.24 -
YUV 142.67 101.66 133.23 -
System Red Green Blue C M Y K H S L
Decimal 150 148 96 0 0.01 0.36 0.41 57.78 0.22 0.48
Hex 96 94 60 0 1 24 29 3A 16 30
Octal 226 224 140 0 1 44 51 72 26 60
Binary 10010110 10010100 1100000 0 1 100100 101001 111010 10110 110000

Color Harmonies of #969460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969460

Black with #969460

Text Example


Text Example

White with #969460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969460; }

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

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

background-color css

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

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

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

border-color css

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

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

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