#A7B659

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

Shades of Olive Green #A7B659

Tints of Olive Green #A7B659

Color information

#A7B659 (or 0xA7B659) is unknown color: approx Olive Green. HEX triplet: A7, B6 and 59. RGB value is (167,182,89). Sum of RGB (Red+Green+Blue) = 167+182+89=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 89 (35.16% from 255 or 20.32% from 438); Max value from RGB is 182 - color contains mainly: green. Hex color #A7B659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7B659 is #5849A6. Grayscale: #A7A7A7. Windows color (decimal): -5786023 or 5879463. OLE color: 5879463.

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

Color convert

RGB16718289-
CMYK0.0800.510.29
HSL69.68º38.91%53.14%-
HSV(B)69.68º51.1%71.37%-
XYZ34.4742.3915.82-
YUV166.9184.03128.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.13%
GREEN value IS 182 (71.48% from 255) = 41.55%
BLUE value IS 89 (35.16% from 255) = 20.32%
R=38.13%
G=41.55%
B=20.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167182890.0800.510.2969.6838.9153.14
HexA7B65980331D462735
Octal24726613110063351064765
Binary1010011110110110101100110000110011111011000110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B659; }

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

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

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

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

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

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

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

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