#A7B65B

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

Shades of Olive Green #A7B65B

Tints of Olive Green #A7B65B

Color information

#A7B65B (or 0xA7B65B) is unknown color: approx Olive Green. HEX triplet: A7, B6 and 5B. RGB value is (167,182,91). Sum of RGB (Red+Green+Blue) = 167+182+91=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B65B is #5849A4. Grayscale: #A7A7A7. Windows color (decimal): -5786021 or 6010535. OLE color: 6010535.

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

Color convert

RGB16718291-
CMYK0.0800.50.29
HSL69.89º38.4%53.53%-
HSV(B)69.89º50%71.37%-
XYZ34.5542.4316.27-
YUV167.1485.03127.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.95%
GREEN value IS 182 (71.48% from 255) = 41.36%
BLUE value IS 91 (35.94% from 255) = 20.68%
R=37.95%
G=41.36%
B=20.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167182910.0800.50.2969.8938.453.53
HexA7B65B80321D462636
Octal24726613310062351064666
Binary1010011110110110101101110000110010111011000110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B65B; }

 p { color: rgb(167,182,91); }

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

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

 a { background-color: rgb(167,182,91); }

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

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

 span { border-color: rgb(167,182,91); }

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