#ADAB74

Color #ADAB74 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #ADAB74

Tints of Neutral Green #ADAB74

Color information

#ADAB74 (or 0xADAB74) is unknown color: approx 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

RGB173171116-
CMYK00.010.330.32
HSL57.89º25.79%56.67%-
HSV(B)57.89º32.95%67.84%-
XYZ34.9539.2722.26-
YUV165.33100.16133.47-

RGB Variations

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

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.70% from 255) = 25.22%
R=37.61%
G=37.17%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317111600.010.330.3257.8925.7956.67
HexADAB740121203a1a39
Octal255253164014140723271
Binary101011011010101111101000110000110000011101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>