#ACB75D

Color #ACB75D Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ACB75D

Tints of Olive Green #ACB75D

Color information

#ACB75D (or 0xACB75D) is unknown color: approx Olive Green. HEX triplet: AC, B7 and 5D. RGB value is (172,183,93). Sum of RGB (Red+Green+Blue) = 172+183+93=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB75D is #5348A2. Grayscale: #A9A9A9. Windows color (decimal): -5458083 or 6141868. OLE color: 6141868.

HSL color Cylindrical-coordinate representation of color #ACB75D: hue angle of 67.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACB75D is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB17218393-
CMYK0.0600.490.28
HSL67.33º38.46%54.12%-
HSV(B)67.33º49.18%71.76%-
XYZ35.9243.4316.85-
YUV169.4584.86129.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 183 (71.88% from 255) = 40.85%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=38.39%
G=40.85%
B=20.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal172183930.0600.490.2867.3338.4654.12
HexACB75D60311C432636
Octal2542671356061341034666
Binary101011001011011110111011100110001111001000011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB75D; }

 p { color: rgb(172,183,93); }

 H1.HeaderClassName
 {
   color: #ACB75D;
 }
 .AnyTagClassName
 {
   color: #ACB75D;
 }
</style>
background-color css

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

 a { background-color: rgb(172,183,93); }

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

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

 span { border-color: rgb(172,183,93); }

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