Html Css Color HEX #AAAE68 Olive Green

📋 copy color: '#AAAE68'

red 170 ◦ green 174 ◦ blue 104

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

Shades of Olive Green #AAAE68

Tints of Olive Green #AAAE68

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.84%

 BLUE value IS 104 (41.02% from 255) = 23.21%

R = 37.95%
G = 38.84%
B = 23.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AAAE68 (or 0xAAAE68) is known color: Olive Green. HEX triplet: AA, AE and 68. RGB value is (170,174,104). Sum of RGB (Red+Green+Blue) = 170+174+104=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE68 is #555197. Grayscale: #A5A5A5. Windows color (decimal): -5591448 or 6860458. OLE color: 6860458.

HSL color Cylindrical-coordinate representation of color #AAAE68: hue angle of 63.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAAE68 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 174 104 -
CMYK 0.02 0 0.40 0.32
HSL 63.43º 0.3% 0.55% -
HSV(B) 63.43º 0.4% 0.68% -
XYZ 34.21 39.82 18.98 -
YUV 164.82 93.67 131.69 -
System Red Green Blue C M Y K H S L
Decimal 170 174 104 0.02 0 0.40 0.32 63.43 0.3 0.55
Hex AA AE 68 2 0 28 20 3F 1E 37
Octal 252 256 150 2 0 50 40 77 36 67
Binary 10101010 10101110 1101000 10 0 101000 100000 111111 11110 110111

Color Harmonies of #AAAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE68

Black with #AAAE68

Text Example


Text Example

White with #AAAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE68; }

 p { color: rgb(170,174,104); }

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

background-color css

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

 a { background-color: rgb(170,174,104); }

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

border-color css

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

 span { border-color: rgb(170,174,104); }

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