Html Css Color HEX #96996F Avocado

📋 copy color: '#96996F'

red 150 ◦ green 153 ◦ blue 111

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

Shades of Avocado #96996F

Tints of Avocado #96996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.81%

R = 36.23%
G = 36.96%
B = 26.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#96996F (or 0x96996F) is known color: Avocado. HEX triplet: 96, 99 and 6F. RGB value is (150,153,111). Sum of RGB (Red+Green+Blue) = 150+153+111=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #96996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96996F is #696690. Grayscale: #939393. Windows color (decimal): -6907537 or 7313814. OLE color: 7313814.

HSL color Cylindrical-coordinate representation of color #96996F: hue angle of 64.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96996F is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 111 -
CMYK 0.02 0 0.27 0.4
HSL 64.29º 0.17% 0.52% -
HSV(B) 64.29º 0.27% 0.6% -
XYZ 26.84 30.41 19.49 -
YUV 147.32 107.51 129.92 -
System Red Green Blue C M Y K H S L
Decimal 150 153 111 0.02 0 0.27 0.4 64.29 0.17 0.52
Hex 96 99 6F 2 0 1B 28 40 11 34
Octal 226 231 157 2 0 33 50 100 21 64
Binary 10010110 10011001 1101111 10 0 11011 101000 1000000 10001 110100

Color Harmonies of #96996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96996F

Black with #96996F

Text Example


Text Example

White with #96996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96996F; }

 p { color: rgb(150,153,111); }

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

background-color css

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

 a { background-color: rgb(150,153,111); }

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

border-color css

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

 span { border-color: rgb(150,153,111); }

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