#A7C66E

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

Shades of Olivine #A7C66E

Tints of Olivine #A7C66E

Color information

#A7C66E (or 0xA7C66E) is unknown color: approx Olivine. HEX triplet: A7, C6 and 6E. RGB value is (167,198,110). Sum of RGB (Red+Green+Blue) = 167+198+110=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C66E is #583991. Grayscale: #B3B3B3. Windows color (decimal): -5781906 or 7259815. OLE color: 7259815.

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

Color convert

RGB167198110-
CMYK0.1600.440.22
HSL81.14º43.56%60.39%-
HSV(B)81.14º44.44%77.65%-
XYZ38.9449.7322.3-
YUV178.789.23119.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.16%
GREEN value IS 198 (77.73% from 255) = 41.68%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=35.16%
G=41.68%
B=23.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671981100.1600.440.2281.1443.5660.39
HexA7C66E1002C16512c3c
Octal24730615620054261215474
Binary10100111110001101101110100000101100101101010001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C66E; }

 p { color: rgb(167,198,110); }

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

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

 a { background-color: rgb(167,198,110); }

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

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

 span { border-color: rgb(167,198,110); }

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