#a7c46b

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

Shades of Olivine #A7C46B

Tints of Olivine #A7C46B

Color information

#A7C46B (or 0xA7C46B) is unknown color: approx Olivine. HEX triplet: A7, C4 and 6B. RGB value is (167,196,107). Sum of RGB (Red+Green+Blue) = 167+196+107=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C46B is #583B94. Grayscale: #B1B1B1. Windows color (decimal): -5782421 or 7062695. OLE color: 7062695.

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

Color convert

RGB167196107-
CMYK0.1500.450.23
HSL79.55º43%59.41%-
HSV(B)79.55º45.41%76.86%-
XYZ38.3348.7621.3-
YUV177.1888.39120.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 196 (76.95% from 255) = 41.70%
BLUE value IS 107 (42.19% from 255) = 22.77%
R=35.53%
G=41.70%
B=22.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671961070.1500.450.2379.554359.41
HexA7C46BF02D17502b3b
Octal24730415317055271205373
Binary1010011111000100110101111110101101101111010000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7c46b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7c46b; }

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

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

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

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

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

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

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

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