Html Css Color HEX #AAA75D Olive Green

📋 copy color: '#AAA75D'

red 170 ◦ green 167 ◦ blue 93

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

Shades of Olive Green #AAA75D

Tints of Olive Green #AAA75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.63%

R = 39.53%
G = 38.84%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AAA75D (or 0xAAA75D) is known color: Olive Green. HEX triplet: AA, A7 and 5D. RGB value is (170,167,93). Sum of RGB (Red+Green+Blue) = 170+167+93=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA75D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA75D is #5558A2. Grayscale: #9F9F9F. Windows color (decimal): -5593251 or 6137770. OLE color: 6137770.

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

Color convert

RGB 170 167 93 -
CMYK 0 0.02 0.45 0.33
HSL 57.66º 0.31% 0.52% -
HSV(B) 57.66º 0.45% 0.67% -
XYZ 32.37 36.97 15.79 -
YUV 159.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 170 167 93 0 0.02 0.45 0.33 57.66 0.31 0.52
Hex AA A7 5D 0 2 2D 21 3A 1F 34
Octal 252 247 135 0 2 55 41 72 37 64
Binary 10101010 10100111 1011101 0 10 101101 100001 111010 11111 110100

Color Harmonies of #AAA75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA75D

Black with #AAA75D

Text Example


Text Example

White with #AAA75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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