#A8C668

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

Shades of Olivine #A8C668

Tints of Olivine #A8C668

Color information

#A8C668 (or 0xA8C668) is unknown color: approx Olivine. HEX triplet: A8, C6 and 68. RGB value is (168,198,104). Sum of RGB (Red+Green+Blue) = 168+198+104=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C668 is #573997. Grayscale: #B2B2B2. Windows color (decimal): -5716376 or 6866600. OLE color: 6866600.

HSL color Cylindrical-coordinate representation of color #A8C668: hue angle of 79.15º 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 #A8C668 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB168198104-
CMYK0.1500.470.22
HSL79.15º45.19%59.22%-
HSV(B)79.15º47.47%77.65%-
XYZ38.8449.7120.65-
YUV178.3186.06120.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 198 (77.73% from 255) = 42.13%
BLUE value IS 104 (41.02% from 255) = 22.13%
R=35.74%
G=42.13%
B=22.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681981040.1500.470.2279.1545.1959.22
HexA8C668F02F164f2d3b
Octal25030615017057261175573
Binary1010100011000110110100011110101111101101001111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C668; }

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

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

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

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

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

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

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

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