#A7C263

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

Shades of Olivine #A7C263

Tints of Olivine #A7C263

Color information

#A7C263 (or 0xA7C263) is unknown color: approx Olivine. HEX triplet: A7, C2 and 63. RGB value is (167,194,99). Sum of RGB (Red+Green+Blue) = 167+194+99=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C263 is #583D9C. Grayscale: #AFAFAF. Windows color (decimal): -5782941 or 6537895. OLE color: 6537895.

HSL color Cylindrical-coordinate representation of color #A7C263: hue angle of 77.05º degrees, saturation: 0.44, 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 #A7C263 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB16719499-
CMYK0.1400.490.24
HSL77.05º43.78%57.45%-
HSV(B)77.05º48.97%76.08%-
XYZ37.4847.719.04-
YUV175.185.05122.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.30%
GREEN value IS 194 (76.17% from 255) = 42.17%
BLUE value IS 99 (39.06% from 255) = 21.52%
R=36.30%
G=42.17%
B=21.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal167194990.1400.490.2477.0543.7857.45
HexA7C263E031184d2c39
Octal24730214316061301155471
Binary1010011111000010110001111100110001110001001101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C263; }

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

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

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

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

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

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

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

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