#AAC768

Color #AAC768 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #AAC768

Tints of Olivine #AAC768

Color information

#AAC768 (or 0xAAC768) is unknown color: approx Olivine. HEX triplet: AA, C7 and 68. RGB value is (170,199,104). Sum of RGB (Red+Green+Blue) = 170+199+104=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC768 is #553897. Grayscale: #B3B3B3. Windows color (decimal): -5585048 or 6866858. OLE color: 6866858.

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

Color convert

RGB170199104-
CMYK0.1500.480.22
HSL78.32º45.89%59.41%-
HSV(B)78.32º47.74%78.04%-
XYZ39.550.3920.74-
YUV179.585.39121.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 199 (78.12% from 255) = 42.07%
BLUE value IS 104 (41.02% from 255) = 21.99%
R=35.94%
G=42.07%
B=21.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701991040.1500.480.2278.3245.8959.41
HexAAC768F030164e2e3b
Octal25230715017060261165673
Binary1010101011000111110100011110110000101101001110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC768; }

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

 H1.HeaderClassName
 {
   color: #AAC768;
 }
 .AnyTagClassName
 {
   color: #AAC768;
 }
</style>
background-color css

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

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

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

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

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

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