Html Css Color HEX #A7A457 Olive Green

📋 copy color: '#A7A457'

red 167 ◦ green 164 ◦ blue 87

#A7A457
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #A7A457

Tints of Olive Green #A7A457

RGB

 RED value IS 167 (65.63% from 255) = 39.95%

 GREEN value IS 164 (64.45% from 255) = 39.23%

 BLUE value IS 87 (34.38% from 255) = 20.81%

R = 39.95%
G = 39.23%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A7A457 (or 0xA7A457) is known color: Olive Green. HEX triplet: A7, A4 and 57. RGB value is (167,164,87). Sum of RGB (Red+Green+Blue) = 167+164+87=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 87 (34.38% from 255 or 20.81% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A457 is #585BA8. Grayscale: #9C9C9C. Windows color (decimal): -5790633 or 5743783. OLE color: 5743783.

HSL color Cylindrical-coordinate representation of color #A7A457: hue angle of 57.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7A457 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 164 87 -
CMYK 0 0.02 0.48 0.35
HSL 57.75º 0.31% 0.5% -
HSV(B) 57.75º 0.48% 0.65% -
XYZ 30.93 35.45 14.23 -
YUV 156.12 88.99 135.76 -
System Red Green Blue C M Y K H S L
Decimal 167 164 87 0 0.02 0.48 0.35 57.75 0.31 0.5
Hex A7 A4 57 0 2 30 23 3A 1F 32
Octal 247 244 127 0 2 60 43 72 37 62
Binary 10100111 10100100 1010111 0 10 110000 100011 111010 11111 110010

Color Harmonies of #A7A457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A457

Black with #A7A457

Text Example


Text Example

White with #A7A457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A457; }

 p { color: rgb(167,164,87); }

 H1.HeaderClassName
 {
   color: #A7A457;
 }
 .AnyTagClassName
 {
   color: #A7A457;
 }
</style>

background-color css

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

 a { background-color: rgb(167,164,87); }

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

border-color css

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

 span { border-color: rgb(167,164,87); }

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