#A8C665

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

Shades of Olivine #A8C665

Tints of Olivine #A8C665

Color information

#A8C665 (or 0xA8C665) is unknown color: approx Olivine. HEX triplet: A8, C6 and 65. RGB value is (168,198,101). Sum of RGB (Red+Green+Blue) = 168+198+101=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C665 is #57399A. Grayscale: #B2B2B2. Windows color (decimal): -5716379 or 6669992. OLE color: 6669992.

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

Color convert

RGB168198101-
CMYK0.1500.490.22
HSL78.56º45.97%58.63%-
HSV(B)78.56º48.99%77.65%-
XYZ38.6949.6519.86-
YUV177.9784.56120.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 198 (77.73% from 255) = 42.40%
BLUE value IS 101 (39.84% from 255) = 21.63%
R=35.97%
G=42.40%
B=21.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681981010.1500.490.2278.5645.9758.63
HexA8C665F031164f2e3b
Octal25030614517061261175673
Binary1010100011000110110010111110110001101101001111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C665; }

 p { color: rgb(168,198,101); }

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

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

 a { background-color: rgb(168,198,101); }

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

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

 span { border-color: rgb(168,198,101); }

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