#A7C163

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

Shades of Olivine #A7C163

Tints of Olivine #A7C163

Color information

#A7C163 (or 0xA7C163) is unknown color: approx Olivine. HEX triplet: A7, C1 and 63. RGB value is (167,193,99). Sum of RGB (Red+Green+Blue) = 167+193+99=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C163 is #583E9C. Grayscale: #AEAEAE. Windows color (decimal): -5783197 or 6537639. OLE color: 6537639.

HSL color Cylindrical-coordinate representation of color #A7C163: hue angle of 76.6º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7C163 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB16719399-
CMYK0.1300.490.24
HSL76.6º43.12%57.25%-
HSV(B)76.6º48.7%75.69%-
XYZ37.2647.2618.96-
YUV174.5185.39122.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 193 (75.78% from 255) = 42.05%
BLUE value IS 99 (39.06% from 255) = 21.57%
R=36.38%
G=42.05%
B=21.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal167193990.1300.490.2476.643.1257.25
HexA7C163D031184d2b39
Octal24730114315061301155371
Binary1010011111000001110001111010110001110001001101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C163; }

 p { color: rgb(167,193,99); }

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

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

 a { background-color: rgb(167,193,99); }

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

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

 span { border-color: rgb(167,193,99); }

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