#A7A25C

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

Shades of Olive Green #A7A25C

Tints of Olive Green #A7A25C

Color information

#A7A25C (or 0xA7A25C) is unknown color: approx Olive Green. HEX triplet: A7, A2 and 5C. RGB value is (167,162,92). Sum of RGB (Red+Green+Blue) = 167+162+92=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A25C is #585DA3. Grayscale: #9B9B9B. Windows color (decimal): -5791140 or 6070951. OLE color: 6070951.

HSL color Cylindrical-coordinate representation of color #A7A25C: hue angle of 56º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A7A25C is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB16716292-
CMYK00.030.450.35
HSL56º29.88%50.78%-
HSV(B)56º44.91%65.49%-
XYZ30.7934.8315.23-
YUV155.5192.16136.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 162 (63.67% from 255) = 38.48%
BLUE value IS 92 (36.33% from 255) = 21.85%
R=39.67%
G=38.48%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671629200.030.450.355629.8850.78
HexA7A25C032D23381e33
Octal247242134035543703663
Binary1010011110100010101110001110110110001111100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A25C; }

 p { color: rgb(167,162,92); }

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

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

 a { background-color: rgb(167,162,92); }

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

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

 span { border-color: rgb(167,162,92); }

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