Html Css Color HEX #ADAB72 Neutral Green

📋 copy color: '#ADAB72'

red 173 ◦ green 171 ◦ blue 114

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

Shades of Neutral Green #ADAB72

Tints of Neutral Green #ADAB72

RGB

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

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

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

R = 37.77%
G = 37.34%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#ADAB72 (or 0xADAB72) is known color: Neutral Green. HEX triplet: AD, AB and 72. RGB value is (173,171,114). Sum of RGB (Red+Green+Blue) = 173+171+114=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB72 is #52548D. Grayscale: #A5A5A5. Windows color (decimal): -5395598 or 7515053. OLE color: 7515053.

HSL color Cylindrical-coordinate representation of color #ADAB72: hue angle of 57.97º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADAB72 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 171 114 -
CMYK 0 0.01 0.34 0.32
HSL 57.97º 0.26% 0.56% -
HSV(B) 57.97º 0.34% 0.68% -
XYZ 34.83 39.22 21.65 -
YUV 165.1 99.16 133.63 -
System Red Green Blue C M Y K H S L
Decimal 173 171 114 0 0.01 0.34 0.32 57.97 0.26 0.56
Hex AD AB 72 0 1 22 20 3A 1A 38
Octal 255 253 162 0 1 42 40 72 32 70
Binary 10101101 10101011 1110010 0 1 100010 100000 111010 11010 111000

Color Harmonies of #ADAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB72

Black with #ADAB72

Text Example


Text Example

White with #ADAB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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