Html Css Color HEX #A8A761 Olive Green

📋 copy color: '#A8A761'

red 168 ◦ green 167 ◦ blue 97

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

Shades of Olive Green #A8A761

Tints of Olive Green #A8A761

RGB

 RED value IS 168 (66.02% from 255) = 38.89%

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

 BLUE value IS 97 (38.28% from 255) = 22.45%

R = 38.89%
G = 38.66%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A8A761 (or 0xA8A761) is known color: Olive Green. HEX triplet: A8, A7 and 61. RGB value is (168,167,97). Sum of RGB (Red+Green+Blue) = 168+167+97=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A761 is #57589E. Grayscale: #9F9F9F. Windows color (decimal): -5724319 or 6399912. OLE color: 6399912.

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

Color convert

RGB 168 167 97 -
CMYK 0 0.01 0.42 0.34
HSL 59.15º 0.29% 0.52% -
HSV(B) 59.15º 0.42% 0.66% -
XYZ 32.12 36.83 16.72 -
YUV 159.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 168 167 97 0 0.01 0.42 0.34 59.15 0.29 0.52
Hex A8 A7 61 0 1 2A 22 3B 1D 34
Octal 250 247 141 0 1 52 42 73 35 64
Binary 10101000 10100111 1100001 0 1 101010 100010 111011 11101 110100

Color Harmonies of #A8A761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A761

Black with #A8A761

Text Example


Text Example

White with #A8A761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A761; }

 p { color: rgb(168,167,97); }

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

background-color css

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

 a { background-color: rgb(168,167,97); }

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

border-color css

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

 span { border-color: rgb(168,167,97); }

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