#A7C862

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

Shades of Olivine #A7C862

Tints of Olivine #A7C862

Color information

#A7C862 (or 0xA7C862) is unknown color: approx Olivine. HEX triplet: A7, C8 and 62. RGB value is (167,200,98). Sum of RGB (Red+Green+Blue) = 167+200+98=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7C862 is #58379D. Grayscale: #B2B2B2. Windows color (decimal): -5781406 or 6473895. OLE color: 6473895.

HSL color Cylindrical-coordinate representation of color #A7C862: hue angle of 79.41º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7C862 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB16720098-
CMYK0.1600.510.22
HSL79.41º48.11%58.43%-
HSV(B)79.41º51%78.43%-
XYZ38.850.4119.24-
YUV178.582.57119.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.91%
GREEN value IS 200 (78.52% from 255) = 43.01%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=35.91%
G=43.01%
B=21.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal167200980.1600.510.2279.4148.1158.43
HexA7C86210033164f303a
Octal24731014220063261176072
Binary10100111110010001100010100000110011101101001111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C862; }

 p { color: rgb(167,200,98); }

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

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

 a { background-color: rgb(167,200,98); }

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

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

 span { border-color: rgb(167,200,98); }

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