#ADAF5E

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

Shades of Olive Green #ADAF5E

Tints of Olive Green #ADAF5E

Color information

#ADAF5E (or 0xADAF5E) is unknown color: approx Olive Green. HEX triplet: AD, AF and 5E. RGB value is (173,175,94). Sum of RGB (Red+Green+Blue) = 173+175+94=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF5E is #5250A1. Grayscale: #A5A5A5. Windows color (decimal): -5394594 or 6205357. OLE color: 6205357.

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

Color convert

RGB17317594-
CMYK0.0100.460.31
HSL61.48º33.61%52.75%-
HSV(B)61.48º46.29%68.63%-
XYZ34.5840.3516.56-
YUV165.1787.84133.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.14%
GREEN value IS 175 (68.75% from 255) = 39.59%
BLUE value IS 94 (37.11% from 255) = 21.27%
R=39.14%
G=39.59%
B=21.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173175940.0100.460.3161.4833.6152.75
HexADAF5E102E1F3d2235
Octal255257136105637754265
Binary101011011010111110111101010111011111111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF5E; }

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

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

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

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

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

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

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

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