#ADAB78

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

Shades of Neutral Green #ADAB78

Tints of Neutral Green #ADAB78

Color information

#ADAB78 (or 0xADAB78) is unknown color: approx Neutral Green. HEX triplet: AD, AB and 78. RGB value is (173,171,120). Sum of RGB (Red+Green+Blue) = 173+171+120=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB78 is #525487. Grayscale: #A5A5A5. Windows color (decimal): -5395592 or 7908269. OLE color: 7908269.

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

Color convert

RGB173171120-
CMYK00.010.310.32
HSL57.74º24.42%57.45%-
HSV(B)57.74º30.64%67.84%-
XYZ35.1939.3723.51-
YUV165.78102.16133.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.28%
GREEN value IS 171 (67.19% from 255) = 36.85%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=37.28%
G=36.85%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317112000.010.310.3257.7424.4257.45
HexADAB78011F203a1839
Octal255253170013740723071
Binary10101101101010111111000011111110000011101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB78; }

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

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

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

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

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

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

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

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