#A7C063

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

Shades of Olivine #A7C063

Tints of Olivine #A7C063

Color information

#A7C063 (or 0xA7C063) is unknown color: approx Olivine. HEX triplet: A7, C0 and 63. RGB value is (167,192,99). Sum of RGB (Red+Green+Blue) = 167+192+99=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C063 is #583F9C. Grayscale: #AEAEAE. Windows color (decimal): -5783453 or 6537383. OLE color: 6537383.

HSL color Cylindrical-coordinate representation of color #A7C063: hue angle of 76.13º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7C063 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB16719299-
CMYK0.1300.480.25
HSL76.13º42.47%57.06%-
HSV(B)76.13º48.44%75.29%-
XYZ37.0446.8218.89-
YUV173.9285.72123.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.46%
GREEN value IS 192 (75.39% from 255) = 41.92%
BLUE value IS 99 (39.06% from 255) = 21.62%
R=36.46%
G=41.92%
B=21.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167192990.1300.480.2576.1342.4757.06
HexA7C063D030194c2a39
Octal24730014315060311145271
Binary1010011111000000110001111010110000110011001100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C063; }

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

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

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

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

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

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

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

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