Html Css Color HEX #AAB065 Olive Green

📋 copy color: '#AAB065'

red 170 ◦ green 176 ◦ blue 101

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

Shades of Olive Green #AAB065

Tints of Olive Green #AAB065

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.37%

 BLUE value IS 101 (39.84% from 255) = 22.6%

R = 38.03%
G = 39.37%
B = 22.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AAB065 (or 0xAAB065) is known color: Olive Green. HEX triplet: AA, B0 and 65. RGB value is (170,176,101). Sum of RGB (Red+Green+Blue) = 170+176+101=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB065 is #554F9A. Grayscale: #A5A5A5. Windows color (decimal): -5590939 or 6664362. OLE color: 6664362.

HSL color Cylindrical-coordinate representation of color #AAB065: hue angle of 64.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AAB065 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 101 -
CMYK 0.03 0 0.43 0.31
HSL 64.8º 0.32% 0.54% -
HSV(B) 64.8º 0.43% 0.69% -
XYZ 34.45 40.54 18.32 -
YUV 165.66 91.51 131.1 -
System Red Green Blue C M Y K H S L
Decimal 170 176 101 0.03 0 0.43 0.31 64.8 0.32 0.54
Hex AA B0 65 3 0 2B 1F 41 20 36
Octal 252 260 145 3 0 53 37 101 40 66
Binary 10101010 10110000 1100101 11 0 101011 11111 1000001 100000 110110

Color Harmonies of #AAB065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB065

Black with #AAB065

Text Example


Text Example

White with #AAB065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB065; }

 p { color: rgb(170,176,101); }

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

background-color css

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

 a { background-color: rgb(170,176,101); }

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

border-color css

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

 span { border-color: rgb(170,176,101); }

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