#A7B255

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

Shades of Olive Green #A7B255

Tints of Olive Green #A7B255

Color information

#A7B255 (or 0xA7B255) is unknown color: approx Olive Green. HEX triplet: A7, B2 and 55. RGB value is (167,178,85). Sum of RGB (Red+Green+Blue) = 167+178+85=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7B255 is #584DAA. Grayscale: #A4A4A4. Windows color (decimal): -5787051 or 5616295. OLE color: 5616295.

HSL color Cylindrical-coordinate representation of color #A7B255: hue angle of 67.1º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A7B255 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB16717885-
CMYK0.0600.520.30
HSL67.1º37.65%51.57%-
HSV(B)67.1º52.25%69.8%-
XYZ33.540.7114.69-
YUV164.1183.36130.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 178 (69.92% from 255) = 41.40%
BLUE value IS 85 (33.59% from 255) = 19.77%
R=38.84%
G=41.40%
B=19.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167178850.0600.520.3067.137.6551.57
HexA7B25560341E432634
Octal2472621256064361034664
Binary101001111011001010101011100110100111101000011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B255; }

 p { color: rgb(167,178,85); }

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

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

 a { background-color: rgb(167,178,85); }

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

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

 span { border-color: rgb(167,178,85); }

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