Html Css Color HEX #929970 Avocado

📋 copy color: '#929970'

red 146 ◦ green 153 ◦ blue 112

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

Shades of Avocado #929970

Tints of Avocado #929970

RGB

 RED value IS 146 (57.42% from 255) = 35.52%

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

 BLUE value IS 112 (44.14% from 255) = 27.25%

R = 35.52%
G = 37.23%
B = 27.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#929970 (or 0x929970) is known color: Avocado. HEX triplet: 92, 99 and 70. RGB value is (146,153,112). Sum of RGB (Red+Green+Blue) = 146+153+112=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #929970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929970 is #6D668F. Grayscale: #929292. Windows color (decimal): -7169680 or 7379346. OLE color: 7379346.

HSL color Cylindrical-coordinate representation of color #929970: hue angle of 70.24º 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 #929970 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 146 153 112 -
CMYK 0.05 0 0.27 0.4
HSL 70.24º 0.17% 0.52% -
HSV(B) 70.24º 0.27% 0.6% -
XYZ 26.17 30.06 19.75 -
YUV 146.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 146 153 112 0.05 0 0.27 0.4 70.24 0.17 0.52
Hex 92 99 70 5 0 1B 28 46 11 34
Octal 222 231 160 5 0 33 50 106 21 64
Binary 10010010 10011001 1110000 101 0 11011 101000 1000110 10001 110100

Color Harmonies of #929970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929970

Black with #929970

Text Example


Text Example

White with #929970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929970; }

 p { color: rgb(146,153,112); }

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

background-color css

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

 a { background-color: rgb(146,153,112); }

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

border-color css

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

 span { border-color: rgb(146,153,112); }

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