Html Css Color HEX #A8AD4F Olive Green

📋 copy color: '#A8AD4F'

red 168 ◦ green 173 ◦ blue 79

#A8AD4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #A8AD4F

Tints of Olive Green #A8AD4F

RGB

 RED value IS 168 (66.02% from 255) = 40%

 GREEN value IS 173 (67.97% from 255) = 41.19%

 BLUE value IS 79 (31.25% from 255) = 18.81%

R = 40%
G = 41.19%
B = 18.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#A8AD4F (or 0xA8AD4F) is known color: Olive Green. HEX triplet: A8, AD and 4F. RGB value is (168,173,79). Sum of RGB (Red+Green+Blue) = 168+173+79=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AD4F is #5752B0. Grayscale: #A1A1A1. Windows color (decimal): -5722801 or 5221800. OLE color: 5221800.

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

Color convert

RGB 168 173 79 -
CMYK 0.03 0 0.54 0.32
HSL 63.19º 0.37% 0.49% -
HSV(B) 63.19º 0.54% 0.68% -
XYZ 32.5 38.78 13.17 -
YUV 160.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 168 173 79 0.03 0 0.54 0.32 63.19 0.37 0.49
Hex A8 AD 4F 3 0 36 20 3F 25 31
Octal 250 255 117 3 0 66 40 77 45 61
Binary 10101000 10101101 1001111 11 0 110110 100000 111111 100101 110001

Color Harmonies of #A8AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD4F

Black with #A8AD4F

Text Example


Text Example

White with #A8AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD4F; }

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

 H1.HeaderClassName
 {
   color: #A8AD4F;
 }
 .AnyTagClassName
 {
   color: #A8AD4F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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