#A7BE6A

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

Shades of Olivine #A7BE6A

Tints of Olivine #A7BE6A

Color information

#A7BE6A (or 0xA7BE6A) is unknown color: approx Olivine. HEX triplet: A7, BE and 6A. RGB value is (167,190,106). Sum of RGB (Red+Green+Blue) = 167+190+106=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BE6A is #584195. Grayscale: #ADADAD. Windows color (decimal): -5783958 or 6995623. OLE color: 6995623.

HSL color Cylindrical-coordinate representation of color #A7BE6A: hue angle of 76.43º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7BE6A is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB167190106-
CMYK0.1200.440.25
HSL76.43º39.25%58.04%-
HSV(B)76.43º44.21%74.51%-
XYZ36.9546.0820.58-
YUV173.5589.88123.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.07%
GREEN value IS 190 (74.61% from 255) = 41.04%
BLUE value IS 106 (41.80% from 255) = 22.89%
R=36.07%
G=41.04%
B=22.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671901060.1200.440.2576.4339.2558.04
HexA7BE6AC02C194c273a
Octal24727615214054311144772
Binary1010011110111110110101011000101100110011001100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BE6A; }

 p { color: rgb(167,190,106); }

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

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

 a { background-color: rgb(167,190,106); }

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

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

 span { border-color: rgb(167,190,106); }

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