Html Css Color HEX #ADAB74 Neutral Green

📋 copy color: '#ADAB74'

red 173 ◦ green 171 ◦ blue 116

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

Shades of Neutral Green #ADAB74

Tints of Neutral Green #ADAB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.22%

R = 37.61%
G = 37.17%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#ADAB74 (or 0xADAB74) is known color: Neutral Green. HEX triplet: AD, AB and 74. RGB value is (173,171,116). Sum of RGB (Red+Green+Blue) = 173+171+116=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB74 is #52548B. Grayscale: #A5A5A5. Windows color (decimal): -5395596 or 7646125. OLE color: 7646125.

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

Color convert

RGB 173 171 116 -
CMYK 0 0.01 0.33 0.32
HSL 57.89º 0.26% 0.57% -
HSV(B) 57.89º 0.33% 0.68% -
XYZ 34.95 39.27 22.26 -
YUV 165.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 173 171 116 0 0.01 0.33 0.32 57.89 0.26 0.57
Hex AD AB 74 0 1 21 20 3A 1A 39
Octal 255 253 164 0 1 41 40 72 32 71
Binary 10101101 10101011 1110100 0 1 100001 100000 111010 11010 111001

Color Harmonies of #ADAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB74

Black with #ADAB74

Text Example


Text Example

White with #ADAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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