Html Css Color HEX #A8AA60 Olive Green

📋 copy color: '#A8AA60'

red 168 ◦ green 170 ◦ blue 96

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

Shades of Olive Green #A8AA60

Tints of Olive Green #A8AA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.12%

R = 38.71%
G = 39.17%
B = 22.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#A8AA60 (or 0xA8AA60) is known color: Olive Green. HEX triplet: A8, AA and 60. RGB value is (168,170,96). Sum of RGB (Red+Green+Blue) = 168+170+96=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA60 is #57559F. Grayscale: #A1A1A1. Windows color (decimal): -5723552 or 6335144. OLE color: 6335144.

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

Color convert

RGB 168 170 96 -
CMYK 0.01 0 0.44 0.33
HSL 61.62º 0.3% 0.52% -
HSV(B) 61.62º 0.44% 0.67% -
XYZ 32.63 37.92 16.67 -
YUV 160.97 91.34 133.02 -
System Red Green Blue C M Y K H S L
Decimal 168 170 96 0.01 0 0.44 0.33 61.62 0.3 0.52
Hex A8 AA 60 1 0 2C 21 3E 1E 34
Octal 250 252 140 1 0 54 41 76 36 64
Binary 10101000 10101010 1100000 1 0 101100 100001 111110 11110 110100

Color Harmonies of #A8AA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA60

Black with #A8AA60

Text Example


Text Example

White with #A8AA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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