Html Css Color HEX #AAA75A Olive Green

📋 copy color: '#AAA75A'

red 170 ◦ green 167 ◦ blue 90

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

Shades of Olive Green #AAA75A

Tints of Olive Green #AAA75A

RGB

 RED value IS 170 (66.8% from 255) = 39.81%

 GREEN value IS 167 (65.63% from 255) = 39.11%

 BLUE value IS 90 (35.55% from 255) = 21.08%

R = 39.81%
G = 39.11%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AAA75A (or 0xAAA75A) is known color: Olive Green. HEX triplet: AA, A7 and 5A. RGB value is (170,167,90). Sum of RGB (Red+Green+Blue) = 170+167+90=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA75A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA75A is #5558A5. Grayscale: #9F9F9F. Windows color (decimal): -5593254 or 5941162. OLE color: 5941162.

HSL color Cylindrical-coordinate representation of color #AAA75A: hue angle of 57.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAA75A is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 167 90 -
CMYK 0 0.02 0.47 0.33
HSL 57.75º 0.32% 0.51% -
HSV(B) 57.75º 0.47% 0.67% -
XYZ 32.24 36.92 15.1 -
YUV 159.12 88.99 135.76 -
System Red Green Blue C M Y K H S L
Decimal 170 167 90 0 0.02 0.47 0.33 57.75 0.32 0.51
Hex AA A7 5A 0 2 2F 21 3A 20 33
Octal 252 247 132 0 2 57 41 72 40 63
Binary 10101010 10100111 1011010 0 10 101111 100001 111010 100000 110011

Color Harmonies of #AAA75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA75A

Black with #AAA75A

Text Example


Text Example

White with #AAA75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA75A; }

 p { color: rgb(170,167,90); }

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

background-color css

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

 a { background-color: rgb(170,167,90); }

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

border-color css

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

 span { border-color: rgb(170,167,90); }

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