Html Css Color HEX #AABB66 Olive Green

📋 copy color: '#AABB66'

red 170 ◦ green 187 ◦ blue 102

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

Shades of Olive Green #AABB66

Tints of Olive Green #AABB66

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.74%

 BLUE value IS 102 (40.23% from 255) = 22.22%

R = 37.04%
G = 40.74%
B = 22.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#AABB66 (or 0xAABB66) is known color: Olive Green. HEX triplet: AA, BB and 66. RGB value is (170,187,102). Sum of RGB (Red+Green+Blue) = 170+187+102=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB66 is #554499. Grayscale: #ACACAC. Windows color (decimal): -5588122 or 6732714. OLE color: 6732714.

HSL color Cylindrical-coordinate representation of color #AABB66: hue angle of 72º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AABB66 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 102 -
CMYK 0.09 0 0.45 0.27
HSL 72º 0.38% 0.57% -
HSV(B) 72º 0.45% 0.73% -
XYZ 36.75 45.05 19.33 -
YUV 172.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 170 187 102 0.09 0 0.45 0.27 72 0.38 0.57
Hex AA BB 66 9 0 2D 1B 48 26 39
Octal 252 273 146 11 0 55 33 110 46 71
Binary 10101010 10111011 1100110 1001 0 101101 11011 1001000 100110 111001

Color Harmonies of #AABB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB66

Black with #AABB66

Text Example


Text Example

White with #AABB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB66; }

 p { color: rgb(170,187,102); }

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

background-color css

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

 a { background-color: rgb(170,187,102); }

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

border-color css

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

 span { border-color: rgb(170,187,102); }

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