Html Css Color HEX #969459 Avocado

📋 copy color: '#969459'

red 150 ◦ green 148 ◦ blue 89

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

Shades of Avocado #969459

Tints of Avocado #969459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23%

R = 38.76%
G = 38.24%
B = 23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#969459 (or 0x969459) is known color: Avocado. HEX triplet: 96, 94 and 59. RGB value is (150,148,89). Sum of RGB (Red+Green+Blue) = 150+148+89=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #969459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969459 is #696BA6. Grayscale: #8E8E8E. Windows color (decimal): -6908839 or 5870742. OLE color: 5870742.

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

Color convert

RGB 150 148 89 -
CMYK 0 0.01 0.41 0.41
HSL 58.03º 0.26% 0.47% -
HSV(B) 58.03º 0.41% 0.59% -
XYZ 24.97 28.39 13.61 -
YUV 141.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 150 148 89 0 0.01 0.41 0.41 58.03 0.26 0.47
Hex 96 94 59 0 1 29 29 3A 1A 2F
Octal 226 224 131 0 1 51 51 72 32 57
Binary 10010110 10010100 1011001 0 1 101001 101001 111010 11010 101111

Color Harmonies of #969459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969459

Black with #969459

Text Example


Text Example

White with #969459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969459; }

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

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

background-color css

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

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

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

border-color css

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

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

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