Html Css Color HEX #969971 Avocado

📋 copy color: '#969971'

red 150 ◦ green 153 ◦ blue 113

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

Shades of Avocado #969971

Tints of Avocado #969971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.16%

R = 36.06%
G = 36.78%
B = 27.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#969971 (or 0x969971) is known color: Avocado. HEX triplet: 96, 99 and 71. RGB value is (150,153,113). Sum of RGB (Red+Green+Blue) = 150+153+113=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #969971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969971 is #69668E. Grayscale: #939393. Windows color (decimal): -6907535 or 7444886. OLE color: 7444886.

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

Color convert

RGB 150 153 113 -
CMYK 0.02 0 0.26 0.4
HSL 64.5º 0.16% 0.52% -
HSV(B) 64.5º 0.26% 0.6% -
XYZ 26.95 30.46 20.08 -
YUV 147.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 150 153 113 0.02 0 0.26 0.4 64.5 0.16 0.52
Hex 96 99 71 2 0 1A 28 40 10 34
Octal 226 231 161 2 0 32 50 100 20 64
Binary 10010110 10011001 1110001 10 0 11010 101000 1000000 10000 110100

Color Harmonies of #969971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969971

Black with #969971

Text Example


Text Example

White with #969971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969971; }

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

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

background-color css

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

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

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

border-color css

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

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

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