#A7B96D

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

Shades of Olivine #A7B96D

Tints of Olivine #A7B96D

Color information

#A7B96D (or 0xA7B96D) is unknown color: approx Olivine. HEX triplet: A7, B9 and 6D. RGB value is (167,185,109). Sum of RGB (Red+Green+Blue) = 167+185+109=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B96D is #584692. Grayscale: #ABABAB. Windows color (decimal): -5785235 or 7190951. OLE color: 7190951.

HSL color Cylindrical-coordinate representation of color #A7B96D: hue angle of 74.21º degrees, saturation: 0.35, 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 #A7B96D is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB167185109-
CMYK0.1000.410.27
HSL74.21º35.19%57.65%-
HSV(B)74.21º41.08%72.55%-
XYZ36.0544.0221.06-
YUV170.9593.04125.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.23%
GREEN value IS 185 (72.66% from 255) = 40.13%
BLUE value IS 109 (42.97% from 255) = 23.64%
R=36.23%
G=40.13%
B=23.64%

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
Decimal1671851090.1000.410.2774.2135.1957.65
HexA7B96DA0291B4a233a
Octal24727115512051331124372
Binary1010011110111001110110110100101001110111001010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B96D; }

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

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

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

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

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

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

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

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