Html Css Color HEX #AAB75B Olive Green

📋 copy color: '#AAB75B'

red 170 ◦ green 183 ◦ blue 91

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

Shades of Olive Green #AAB75B

Tints of Olive Green #AAB75B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.22%

 BLUE value IS 91 (35.94% from 255) = 20.5%

R = 38.29%
G = 41.22%
B = 20.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#AAB75B (or 0xAAB75B) is known color: Olive Green. HEX triplet: AA, B7 and 5B. RGB value is (170,183,91). Sum of RGB (Red+Green+Blue) = 170+183+91=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB75B is #5548A4. Grayscale: #A8A8A8. Windows color (decimal): -5589157 or 6010794. OLE color: 6010794.

HSL color Cylindrical-coordinate representation of color #AAB75B: hue angle of 68.48º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AAB75B is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 91 -
CMYK 0.07 0 0.50 0.28
HSL 68.48º 0.39% 0.54% -
HSV(B) 68.48º 0.5% 0.72% -
XYZ 35.4 43.17 16.36 -
YUV 168.63 84.19 128.98 -
System Red Green Blue C M Y K H S L
Decimal 170 183 91 0.07 0 0.50 0.28 68.48 0.39 0.54
Hex AA B7 5B 7 0 32 1C 44 27 36
Octal 252 267 133 7 0 62 34 104 47 66
Binary 10101010 10110111 1011011 111 0 110010 11100 1000100 100111 110110

Color Harmonies of #AAB75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB75B

Black with #AAB75B

Text Example


Text Example

White with #AAB75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB75B; }

 p { color: rgb(170,183,91); }

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

background-color css

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

 a { background-color: rgb(170,183,91); }

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

border-color css

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

 span { border-color: rgb(170,183,91); }

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