Html Css Color HEX #A7A55C Olive Green

📋 copy color: '#A7A55C'

red 167 ◦ green 165 ◦ blue 92

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

Shades of Olive Green #A7A55C

Tints of Olive Green #A7A55C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.7%

R = 39.39%
G = 38.92%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A7A55C (or 0xA7A55C) is known color: Olive Green. HEX triplet: A7, A5 and 5C. RGB value is (167,165,92). Sum of RGB (Red+Green+Blue) = 167+165+92=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A55C is #585AA3. Grayscale: #9D9D9D. Windows color (decimal): -5790372 or 6071719. OLE color: 6071719.

HSL color Cylindrical-coordinate representation of color #A7A55C: hue angle of 58.4º 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 #A7A55C is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 165 92 -
CMYK 0 0.01 0.45 0.35
HSL 58.4º 0.3% 0.51% -
HSV(B) 58.4º 0.45% 0.65% -
XYZ 31.32 35.9 15.4 -
YUV 157.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 167 165 92 0 0.01 0.45 0.35 58.4 0.3 0.51
Hex A7 A5 5C 0 1 2D 23 3A 1E 33
Octal 247 245 134 0 1 55 43 72 36 63
Binary 10100111 10100101 1011100 0 1 101101 100011 111010 11110 110011

Color Harmonies of #A7A55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A55C

Black with #A7A55C

Text Example


Text Example

White with #A7A55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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