#ABA75B

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

Shades of Olive Green #ABA75B

Tints of Olive Green #ABA75B

Color information

#ABA75B (or 0xABA75B) is unknown color: approx Olive Green. HEX triplet: AB, A7 and 5B. RGB value is (171,167,91). Sum of RGB (Red+Green+Blue) = 171+167+91=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA75B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA75B is #5458A4. Grayscale: #9F9F9F. Windows color (decimal): -5527717 or 6006699. OLE color: 6006699.

HSL color Cylindrical-coordinate representation of color #ABA75B: hue angle of 57º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABA75B is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17116791-
CMYK00.020.470.33
HSL57º32.26%51.37%-
HSV(B)57º46.78%67.06%-
XYZ32.537.0515.34-
YUV159.5389.33136.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 167 (65.62% from 255) = 38.93%
BLUE value IS 91 (35.94% from 255) = 21.21%
R=39.86%
G=38.93%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711679100.020.470.335732.2651.37
HexABA75B022F21392033
Octal253247133025741714063
Binary10101011101001111011011010101111100001111001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA75B; }

 p { color: rgb(171,167,91); }

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

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

 a { background-color: rgb(171,167,91); }

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

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

 span { border-color: rgb(171,167,91); }

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