#ADAB7B

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

Shades of Neutral Green #ADAB7B

Tints of Neutral Green #ADAB7B

Color information

#ADAB7B (or 0xADAB7B) is unknown color: approx Neutral Green. HEX triplet: AD, AB and 7B. RGB value is (173,171,123). Sum of RGB (Red+Green+Blue) = 173+171+123=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB7B is #525484. Grayscale: #A6A6A6. Windows color (decimal): -5395589 or 8104877. OLE color: 8104877.

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

Color convert

RGB173171123-
CMYK00.010.290.32
HSL57.6º23.36%58.04%-
HSV(B)57.6º28.9%67.84%-
XYZ35.3739.4424.49-
YUV166.13103.66132.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 171 (67.19% from 255) = 36.62%
BLUE value IS 123 (48.44% from 255) = 26.34%
R=37.04%
G=36.62%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317112300.010.290.3257.623.3658.04
HexADAB7B011D203a173a
Octal255253173013540722772
Binary10101101101010111111011011110110000011101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB7B; }

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

 H1.HeaderClassName
 {
   color: #ADAB7B;
 }
 .AnyTagClassName
 {
   color: #ADAB7B;
 }
</style>
background-color css

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

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

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

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

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

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