#ADAC61

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

Shades of Olive Green #ADAC61

Tints of Olive Green #ADAC61

Color information

#ADAC61 (or 0xADAC61) is unknown color: approx Olive Green. HEX triplet: AD, AC and 61. RGB value is (173,172,97). Sum of RGB (Red+Green+Blue) = 173+172+97=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC61 is #52539E. Grayscale: #A4A4A4. Windows color (decimal): -5395359 or 6401197. OLE color: 6401197.

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

Color convert

RGB17317297-
CMYK00.010.440.32
HSL59.21º31.67%52.94%-
HSV(B)59.21º43.93%67.84%-
XYZ34.1439.2517.09-
YUV163.7590.33134.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 172 (67.58% from 255) = 38.91%
BLUE value IS 97 (38.28% from 255) = 21.95%
R=39.14%
G=38.91%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731729700.010.440.3259.2131.6752.94
HexADAC61012C203b2035
Octal255254141015440734065
Binary1010110110101100110000101101100100000111011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC61; }

 p { color: rgb(173,172,97); }

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

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

 a { background-color: rgb(173,172,97); }

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

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

 span { border-color: rgb(173,172,97); }

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