Html Css Color HEX #969972 Avocado

📋 copy color: '#969972'

red 150 ◦ green 153 ◦ blue 114

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

Shades of Avocado #969972

Tints of Avocado #969972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.34%

R = 35.97%
G = 36.69%
B = 27.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#969972 (or 0x969972) is known color: Avocado. HEX triplet: 96, 99 and 72. RGB value is (150,153,114). Sum of RGB (Red+Green+Blue) = 150+153+114=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #969972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969972 is #69668D. Grayscale: #939393. Windows color (decimal): -6907534 or 7510422. OLE color: 7510422.

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

Color convert

RGB 150 153 114 -
CMYK 0.02 0 0.25 0.4
HSL 64.62º 0.16% 0.52% -
HSV(B) 64.62º 0.25% 0.6% -
XYZ 27.01 30.48 20.38 -
YUV 147.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 150 153 114 0.02 0 0.25 0.4 64.62 0.16 0.52
Hex 96 99 72 2 0 19 28 41 10 34
Octal 226 231 162 2 0 31 50 101 20 64
Binary 10010110 10011001 1110010 10 0 11001 101000 1000001 10000 110100

Color Harmonies of #969972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969972

Black with #969972

Text Example


Text Example

White with #969972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969972; }

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

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

background-color css

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

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

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

border-color css

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

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

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