#ADAF5D

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

Shades of Olive Green #ADAF5D

Tints of Olive Green #ADAF5D

Color information

#ADAF5D (or 0xADAF5D) is unknown color: approx Olive Green. HEX triplet: AD, AF and 5D. RGB value is (173,175,93). Sum of RGB (Red+Green+Blue) = 173+175+93=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF5D is #5250A2. Grayscale: #A5A5A5. Windows color (decimal): -5394595 or 6139821. OLE color: 6139821.

HSL color Cylindrical-coordinate representation of color #ADAF5D: hue angle of 61.46º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADAF5D is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17317593-
CMYK0.0100.470.31
HSL61.46º33.88%52.55%-
HSV(B)61.46º46.86%68.63%-
XYZ34.5440.3316.32-
YUV165.0587.34133.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 175 (68.75% from 255) = 39.68%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=39.23%
G=39.68%
B=21.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173175930.0100.470.3161.4633.8852.55
HexADAF5D102F1F3d2235
Octal255257135105737754265
Binary101011011010111110111011010111111111111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF5D; }

 p { color: rgb(173,175,93); }

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

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

 a { background-color: rgb(173,175,93); }

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

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

 span { border-color: rgb(173,175,93); }

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