#A8AD5A

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

Shades of Olive Green #A8AD5A

Tints of Olive Green #A8AD5A

Color information

#A8AD5A (or 0xA8AD5A) is unknown color: approx Olive Green. HEX triplet: A8, AD and 5A. RGB value is (168,173,90). Sum of RGB (Red+Green+Blue) = 168+173+90=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD5A is #5752A5. Grayscale: #A2A2A2. Windows color (decimal): -5722790 or 5942696. OLE color: 5942696.

HSL color Cylindrical-coordinate representation of color #A8AD5A: hue angle of 63.61º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8AD5A is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB16817390-
CMYK0.0300.480.32
HSL63.61º33.6%51.57%-
HSV(B)63.61º47.98%67.84%-
XYZ32.9438.9515.46-
YUV162.0487.34132.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.98%
GREEN value IS 173 (67.97% from 255) = 40.14%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=38.98%
G=40.14%
B=20.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168173900.0300.480.3263.6133.651.57
HexA8AD5A303020402234
Octal2502551323060401004264
Binary101010001010110110110101101100001000001000000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AD5A; }

 p { color: rgb(168,173,90); }

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

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

 a { background-color: rgb(168,173,90); }

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

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

 span { border-color: rgb(168,173,90); }

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