Html Css Color HEX #A5AC4E Olive Green

📋 copy color: '#A5AC4E'

red 165 ◦ green 172 ◦ blue 78

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

Shades of Olive Green #A5AC4E

Tints of Olive Green #A5AC4E

RGB

 RED value IS 165 (64.84% from 255) = 39.76%

 GREEN value IS 172 (67.58% from 255) = 41.45%

 BLUE value IS 78 (30.86% from 255) = 18.8%

R = 39.76%
G = 41.45%
B = 18.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#A5AC4E (or 0xA5AC4E) is known color: Olive Green. HEX triplet: A5, AC and 4E. RGB value is (165,172,78). Sum of RGB (Red+Green+Blue) = 165+172+78=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC4E is #5A53B1. Grayscale: #9F9F9F. Windows color (decimal): -5919666 or 5156005. OLE color: 5156005.

HSL color Cylindrical-coordinate representation of color #A5AC4E: hue angle of 64.47º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5AC4E is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 172 78 -
CMYK 0.04 0 0.55 0.33
HSL 64.47º 0.38% 0.49% -
HSV(B) 64.47º 0.55% 0.67% -
XYZ 31.64 38.05 12.89 -
YUV 159.19 82.18 132.14 -
System Red Green Blue C M Y K H S L
Decimal 165 172 78 0.04 0 0.55 0.33 64.47 0.38 0.49
Hex A5 AC 4E 4 0 37 21 40 26 31
Octal 245 254 116 4 0 67 41 100 46 61
Binary 10100101 10101100 1001110 100 0 110111 100001 1000000 100110 110001

Color Harmonies of #A5AC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AC4E

Black with #A5AC4E

Text Example


Text Example

White with #A5AC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AC4E; }

 p { color: rgb(165,172,78); }

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

background-color css

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

 a { background-color: rgb(165,172,78); }

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

border-color css

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

 span { border-color: rgb(165,172,78); }

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