Html Css Color HEX #A9A75F Olive Green

📋 copy color: '#A9A75F'

red 169 ◦ green 167 ◦ blue 95

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

Shades of Olive Green #A9A75F

Tints of Olive Green #A9A75F

RGB

 RED value IS 169 (66.41% from 255) = 39.21%

 GREEN value IS 167 (65.63% from 255) = 38.75%

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 39.21%
G = 38.75%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9A75F (or 0xA9A75F) is known color: Olive Green. HEX triplet: A9, A7 and 5F. RGB value is (169,167,95). Sum of RGB (Red+Green+Blue) = 169+167+95=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A75F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A75F is #5658A0. Grayscale: #9F9F9F. Windows color (decimal): -5658785 or 6268841. OLE color: 6268841.

HSL color Cylindrical-coordinate representation of color #A9A75F: hue angle of 58.38º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9A75F is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 167 95 -
CMYK 0 0.01 0.44 0.34
HSL 58.38º 0.3% 0.52% -
HSV(B) 58.38º 0.44% 0.66% -
XYZ 32.25 36.9 16.25 -
YUV 159.39 91.66 134.85 -
System Red Green Blue C M Y K H S L
Decimal 169 167 95 0 0.01 0.44 0.34 58.38 0.3 0.52
Hex A9 A7 5F 0 1 2C 22 3A 1E 34
Octal 251 247 137 0 1 54 42 72 36 64
Binary 10101001 10100111 1011111 0 1 101100 100010 111010 11110 110100

Color Harmonies of #A9A75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A75F

Black with #A9A75F

Text Example


Text Example

White with #A9A75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A75F; }

 p { color: rgb(169,167,95); }

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

background-color css

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

 a { background-color: rgb(169,167,95); }

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

border-color css

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

 span { border-color: rgb(169,167,95); }

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