Html Css Color HEX #A8AA4F Olive Green

📋 copy color: '#A8AA4F'

red 168 ◦ green 170 ◦ blue 79

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

Shades of Olive Green #A8AA4F

Tints of Olive Green #A8AA4F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

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

R = 40.29%
G = 40.77%
B = 18.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#A8AA4F (or 0xA8AA4F) is known color: Olive Green. HEX triplet: A8, AA and 4F. RGB value is (168,170,79). Sum of RGB (Red+Green+Blue) = 168+170+79=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA4F is #5755B0. Grayscale: #9F9F9F. Windows color (decimal): -5723569 or 5221032. OLE color: 5221032.

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

Color convert

RGB 168 170 79 -
CMYK 0.01 0 0.54 0.33
HSL 61.32º 0.37% 0.49% -
HSV(B) 61.32º 0.54% 0.67% -
XYZ 31.93 37.64 12.98 -
YUV 159.03 82.84 134.4 -
System Red Green Blue C M Y K H S L
Decimal 168 170 79 0.01 0 0.54 0.33 61.32 0.37 0.49
Hex A8 AA 4F 1 0 36 21 3D 25 31
Octal 250 252 117 1 0 66 41 75 45 61
Binary 10101000 10101010 1001111 1 0 110110 100001 111101 100101 110001

Color Harmonies of #A8AA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA4F

Black with #A8AA4F

Text Example


Text Example

White with #A8AA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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