#A7BA6D

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

Shades of Olivine #A7BA6D

Tints of Olivine #A7BA6D

Color information

#A7BA6D (or 0xA7BA6D) is unknown color: approx Olivine. HEX triplet: A7, BA and 6D. RGB value is (167,186,109). Sum of RGB (Red+Green+Blue) = 167+186+109=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BA6D is #584592. Grayscale: #ABABAB. Windows color (decimal): -5784979 or 7191207. OLE color: 7191207.

HSL color Cylindrical-coordinate representation of color #A7BA6D: hue angle of 74.81º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A7BA6D is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB167186109-
CMYK0.1000.410.27
HSL74.81º35.81%57.84%-
HSV(B)74.81º41.4%72.94%-
XYZ36.2644.4421.13-
YUV171.5492.71124.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.15%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 109 (42.97% from 255) = 23.59%
R=36.15%
G=40.26%
B=23.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671861090.1000.410.2774.8135.8157.84
HexA7BA6DA0291B4b243a
Octal24727215512051331134472
Binary1010011110111010110110110100101001110111001011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BA6D; }

 p { color: rgb(167,186,109); }

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

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

 a { background-color: rgb(167,186,109); }

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

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

 span { border-color: rgb(167,186,109); }

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