Html Css Color HEX #AAB761 Olive Green

📋 copy color: '#AAB761'

red 170 ◦ green 183 ◦ blue 97

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

Shades of Olive Green #AAB761

Tints of Olive Green #AAB761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.56%

R = 37.78%
G = 40.67%
B = 21.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#AAB761 (or 0xAAB761) is known color: Olive Green. HEX triplet: AA, B7 and 61. RGB value is (170,183,97). Sum of RGB (Red+Green+Blue) = 170+183+97=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB761 is #55489E. Grayscale: #A9A9A9. Windows color (decimal): -5589151 or 6404010. OLE color: 6404010.

HSL color Cylindrical-coordinate representation of color #AAB761: hue angle of 69.07º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAB761 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 97 -
CMYK 0.07 0 0.47 0.28
HSL 69.07º 0.37% 0.55% -
HSV(B) 69.07º 0.47% 0.72% -
XYZ 35.67 43.28 17.78 -
YUV 169.31 87.19 128.49 -
System Red Green Blue C M Y K H S L
Decimal 170 183 97 0.07 0 0.47 0.28 69.07 0.37 0.55
Hex AA B7 61 7 0 2F 1C 45 25 37
Octal 252 267 141 7 0 57 34 105 45 67
Binary 10101010 10110111 1100001 111 0 101111 11100 1000101 100101 110111

Color Harmonies of #AAB761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB761

Black with #AAB761

Text Example


Text Example

White with #AAB761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB761; }

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

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

background-color css

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

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

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

border-color css

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

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

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