#A8C66B

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

Shades of Olivine #A8C66B

Tints of Olivine #A8C66B

Color information

#A8C66B (or 0xA8C66B) is unknown color: approx Olivine. HEX triplet: A8, C6 and 6B. RGB value is (168,198,107). Sum of RGB (Red+Green+Blue) = 168+198+107=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C66B is #573994. Grayscale: #B2B2B2. Windows color (decimal): -5716373 or 7063208. OLE color: 7063208.

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

Color convert

RGB168198107-
CMYK0.1500.460.22
HSL79.78º44.39%59.8%-
HSV(B)79.78º45.96%77.65%-
XYZ3949.7721.46-
YUV178.6687.56120.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.52%
GREEN value IS 198 (77.73% from 255) = 41.86%
BLUE value IS 107 (42.19% from 255) = 22.62%
R=35.52%
G=41.86%
B=22.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681981070.1500.460.2279.7844.3959.8
HexA8C66BF02E16502c3c
Octal25030615317056261205474
Binary1010100011000110110101111110101110101101010000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C66B; }

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

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

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

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

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

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

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

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