Html Css Color HEX #969159 Avocado

📋 copy color: '#969159'

red 150 ◦ green 145 ◦ blue 89

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

Shades of Avocado #969159

Tints of Avocado #969159

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.76%

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

R = 39.06%
G = 37.76%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#969159 (or 0x969159) is known color: Avocado. HEX triplet: 96, 91 and 59. RGB value is (150,145,89). Sum of RGB (Red+Green+Blue) = 150+145+89=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #969159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969159 is #696EA6. Grayscale: #8C8C8C. Windows color (decimal): -6909607 or 5869974. OLE color: 5869974.

HSL color Cylindrical-coordinate representation of color #969159: hue angle of 55.08º 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 #969159 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 145 89 -
CMYK 0 0.03 0.41 0.41
HSL 55.08º 0.26% 0.47% -
HSV(B) 55.08º 0.41% 0.59% -
XYZ 24.51 27.46 13.46 -
YUV 140.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 150 145 89 0 0.03 0.41 0.41 55.08 0.26 0.47
Hex 96 91 59 0 3 29 29 37 1A 2F
Octal 226 221 131 0 3 51 51 67 32 57
Binary 10010110 10010001 1011001 0 11 101001 101001 110111 11010 101111

Color Harmonies of #969159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969159

Black with #969159

Text Example


Text Example

White with #969159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969159; }

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

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

background-color css

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

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

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

border-color css

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

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

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