#ABB75D

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

Shades of Olive Green #ABB75D

Tints of Olive Green #ABB75D

Color information

#ABB75D (or 0xABB75D) is unknown color: approx Olive Green. HEX triplet: AB, B7 and 5D. RGB value is (171,183,93). Sum of RGB (Red+Green+Blue) = 171+183+93=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB75D is #5448A2. Grayscale: #A9A9A9. Windows color (decimal): -5523619 or 6141867. OLE color: 6141867.

HSL color Cylindrical-coordinate representation of color #ABB75D: hue angle of 68º 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 #ABB75D is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB17118393-
CMYK0.0700.490.28
HSL68º38.46%54.12%-
HSV(B)68º49.18%71.76%-
XYZ35.743.3216.83-
YUV169.1585.02129.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 183 (71.88% from 255) = 40.94%
BLUE value IS 93 (36.72% from 255) = 20.81%
R=38.26%
G=40.94%
B=20.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171183930.0700.490.286838.4654.12
HexABB75D70311C442636
Octal2532671357061341044666
Binary101010111011011110111011110110001111001000100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB75D; }

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

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

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

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

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

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

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

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