#A7B45A

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

Shades of Olive Green #A7B45A

Tints of Olive Green #A7B45A

Color information

#A7B45A (or 0xA7B45A) is unknown color: approx Olive Green. HEX triplet: A7, B4 and 5A. RGB value is (167,180,90). Sum of RGB (Red+Green+Blue) = 167+180+90=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #A7B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B45A is #584BA5. Grayscale: #A6A6A6. Windows color (decimal): -5786534 or 5944487. OLE color: 5944487.

HSL color Cylindrical-coordinate representation of color #A7B45A: hue angle of 68.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7B45A is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB16718090-
CMYK0.0700.500.29
HSL68.67º37.5%52.94%-
HSV(B)68.67º50%70.59%-
XYZ34.141.615.9-
YUV165.8585.19128.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 90 (35.55% from 255) = 20.59%
R=38.22%
G=41.19%
B=20.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167180900.0700.500.2968.6737.552.94
HexA7B45A70321D452635
Octal2472641327062351054665
Binary101001111011010010110101110110010111011000101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B45A; }

 p { color: rgb(167,180,90); }

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

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

 a { background-color: rgb(167,180,90); }

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

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

 span { border-color: rgb(167,180,90); }

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