Html Css Color HEX #AAC669 Olivine

📋 copy color: '#AAC669'

red 170 ◦ green 198 ◦ blue 105

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

Shades of Olivine #AAC669

Tints of Olivine #AAC669

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.86%

 BLUE value IS 105 (41.41% from 255) = 22.2%

R = 35.94%
G = 41.86%
B = 22.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#AAC669 (or 0xAAC669) is known color: Olivine. HEX triplet: AA, C6 and 69. RGB value is (170,198,105). Sum of RGB (Red+Green+Blue) = 170+198+105=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC669 is #553996. Grayscale: #B3B3B3. Windows color (decimal): -5585303 or 6932138. OLE color: 6932138.

HSL color Cylindrical-coordinate representation of color #AAC669: hue angle of 78.06º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAC669 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 105 -
CMYK 0.14 0 0.47 0.22
HSL 78.06º 0.45% 0.59% -
HSV(B) 78.06º 0.47% 0.78% -
XYZ 39.32 49.95 20.93 -
YUV 179.03 86.22 121.56 -
System Red Green Blue C M Y K H S L
Decimal 170 198 105 0.14 0 0.47 0.22 78.06 0.45 0.59
Hex AA C6 69 E 0 2F 16 4E 2D 3B
Octal 252 306 151 16 0 57 26 116 55 73
Binary 10101010 11000110 1101001 1110 0 101111 10110 1001110 101101 111011

Color Harmonies of #AAC669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC669

Black with #AAC669

Text Example


Text Example

White with #AAC669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC669; }

 p { color: rgb(170,198,105); }

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

background-color css

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

 a { background-color: rgb(170,198,105); }

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

border-color css

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

 span { border-color: rgb(170,198,105); }

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