Html Css Color HEX #A8AF5B Olive Green

📋 copy color: '#A8AF5B'

red 168 ◦ green 175 ◦ blue 91

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

Shades of Olive Green #A8AF5B

Tints of Olive Green #A8AF5B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.32%

 BLUE value IS 91 (35.94% from 255) = 20.97%

R = 38.71%
G = 40.32%
B = 20.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#A8AF5B (or 0xA8AF5B) is known color: Olive Green. HEX triplet: A8, AF and 5B. RGB value is (168,175,91). Sum of RGB (Red+Green+Blue) = 168+175+91=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 91 (35.94% from 255 or 20.97% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AF5B is #5750A4. Grayscale: #A3A3A3. Windows color (decimal): -5722277 or 6008744. OLE color: 6008744.

HSL color Cylindrical-coordinate representation of color #A8AF5B: hue angle of 65º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8AF5B is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 175 91 -
CMYK 0.04 0 0.48 0.31
HSL 65º 0.34% 0.52% -
HSV(B) 65º 0.48% 0.69% -
XYZ 33.37 39.74 15.81 -
YUV 163.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 168 175 91 0.04 0 0.48 0.31 65 0.34 0.52
Hex A8 AF 5B 4 0 30 1F 41 22 34
Octal 250 257 133 4 0 60 37 101 42 64
Binary 10101000 10101111 1011011 100 0 110000 11111 1000001 100010 110100

Color Harmonies of #A8AF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF5B

Black with #A8AF5B

Text Example


Text Example

White with #A8AF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF5B; }

 p { color: rgb(168,175,91); }

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

background-color css

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

 a { background-color: rgb(168,175,91); }

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

border-color css

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

 span { border-color: rgb(168,175,91); }

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