Html Css Color HEX #ADAB79 Neutral Green

📋 copy color: '#ADAB79'

red 173 ◦ green 171 ◦ blue 121

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

Shades of Neutral Green #ADAB79

Tints of Neutral Green #ADAB79

RGB

 RED value IS 173 (67.97% from 255) = 37.2%

 GREEN value IS 171 (67.19% from 255) = 36.77%

 BLUE value IS 121 (47.66% from 255) = 26.02%

R = 37.2%
G = 36.77%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#ADAB79 (or 0xADAB79) is known color: Neutral Green. HEX triplet: AD, AB and 79. RGB value is (173,171,121). Sum of RGB (Red+Green+Blue) = 173+171+121=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB79 is #525486. Grayscale: #A6A6A6. Windows color (decimal): -5395591 or 7973805. OLE color: 7973805.

HSL color Cylindrical-coordinate representation of color #ADAB79: hue angle of 57.69º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADAB79 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 171 121 -
CMYK 0 0.01 0.30 0.32
HSL 57.69º 0.24% 0.58% -
HSV(B) 57.69º 0.3% 0.68% -
XYZ 35.25 39.39 23.83 -
YUV 165.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 173 171 121 0 0.01 0.30 0.32 57.69 0.24 0.58
Hex AD AB 79 0 1 1E 20 3A 18 3A
Octal 255 253 171 0 1 36 40 72 30 72
Binary 10101101 10101011 1111001 0 1 11110 100000 111010 11000 111010

Color Harmonies of #ADAB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB79

Black with #ADAB79

Text Example


Text Example

White with #ADAB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB79; }

 p { color: rgb(173,171,121); }

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

background-color css

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

 a { background-color: rgb(173,171,121); }

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

border-color css

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

 span { border-color: rgb(173,171,121); }

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