#A7C46E

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

Shades of Olivine #A7C46E

Tints of Olivine #A7C46E

Color information

#A7C46E (or 0xA7C46E) is unknown color: approx Olivine. HEX triplet: A7, C4 and 6E. RGB value is (167,196,110). Sum of RGB (Red+Green+Blue) = 167+196+110=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C46E is #583B91. Grayscale: #B1B1B1. Windows color (decimal): -5782418 or 7259303. OLE color: 7259303.

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

Color convert

RGB167196110-
CMYK0.1500.440.23
HSL80.23º42.16%60%-
HSV(B)80.23º43.88%76.86%-
XYZ38.4948.8222.15-
YUV177.5289.89120.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.31%
GREEN value IS 196 (76.95% from 255) = 41.44%
BLUE value IS 110 (43.36% from 255) = 23.26%
R=35.31%
G=41.44%
B=23.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671961100.1500.440.2380.2342.1660
HexA7C46EF02C17502a3c
Octal24730415617054271205274
Binary1010011111000100110111011110101100101111010000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C46E; }

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

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

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

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

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

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

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

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