#A7AF4F

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

Shades of Olive Green #A7AF4F

Tints of Olive Green #A7AF4F

Color information

#A7AF4F (or 0xA7AF4F) is unknown color: approx Olive Green. HEX triplet: A7, AF and 4F. RGB value is (167,175,79). Sum of RGB (Red+Green+Blue) = 167+175+79=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #A7AF4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AF4F is #5850B0. Grayscale: #A2A2A2. Windows color (decimal): -5787825 or 5222311. OLE color: 5222311.

HSL color Cylindrical-coordinate representation of color #A7AF4F: hue angle of 65º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7AF4F is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB16717579-
CMYK0.0500.550.31
HSL65º37.8%49.8%-
HSV(B)65º54.86%68.63%-
XYZ32.6839.4413.29-
YUV161.6681.35131.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 79 (31.25% from 255) = 18.76%
R=39.67%
G=41.57%
B=18.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167175790.0500.550.316537.849.8
HexA7AF4F50371F412632
Octal2472571175067371014662
Binary101001111010111110011111010110111111111000001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AF4F; }

 p { color: rgb(167,175,79); }

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

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

 a { background-color: rgb(167,175,79); }

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

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

 span { border-color: rgb(167,175,79); }

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