Html Css Color HEX #A7A555 Olive Green

📋 copy color: '#A7A555'

red 167 ◦ green 165 ◦ blue 85

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

Shades of Olive Green #A7A555

Tints of Olive Green #A7A555

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

 BLUE value IS 85 (33.59% from 255) = 20.38%

R = 40.05%
G = 39.57%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A7A555 (or 0xA7A555) is known color: Olive Green. HEX triplet: A7, A5 and 55. RGB value is (167,165,85). Sum of RGB (Red+Green+Blue) = 167+165+85=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A555 is #585AAA. Grayscale: #9C9C9C. Windows color (decimal): -5790379 or 5612967. OLE color: 5612967.

HSL color Cylindrical-coordinate representation of color #A7A555: hue angle of 58.54º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7A555 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 165 85 -
CMYK 0 0.01 0.49 0.35
HSL 58.54º 0.33% 0.49% -
HSV(B) 58.54º 0.49% 0.65% -
XYZ 31.03 35.78 13.87 -
YUV 156.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 167 165 85 0 0.01 0.49 0.35 58.54 0.33 0.49
Hex A7 A5 55 0 1 31 23 3B 21 31
Octal 247 245 125 0 1 61 43 73 41 61
Binary 10100111 10100101 1010101 0 1 110001 100011 111011 100001 110001

Color Harmonies of #A7A555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A555

Black with #A7A555

Text Example


Text Example

White with #A7A555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A555; }

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

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

background-color css

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

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

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

border-color css

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

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

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