#ABB75C

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

Shades of Olive Green #ABB75C

Tints of Olive Green #ABB75C

Color information

#ABB75C (or 0xABB75C) is unknown color: approx Olive Green. HEX triplet: AB, B7 and 5C. RGB value is (171,183,92). Sum of RGB (Red+Green+Blue) = 171+183+92=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB75C is #5448A3. Grayscale: #A9A9A9. Windows color (decimal): -5523620 or 6076331. OLE color: 6076331.

HSL color Cylindrical-coordinate representation of color #ABB75C: hue angle of 67.91º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABB75C is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB17118392-
CMYK0.0700.500.28
HSL67.91º38.72%53.92%-
HSV(B)67.91º49.73%71.76%-
XYZ35.6643.316.6-
YUV169.0484.52129.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 183 (71.88% from 255) = 41.03%
BLUE value IS 92 (36.33% from 255) = 20.63%
R=38.34%
G=41.03%
B=20.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171183920.0700.500.2867.9138.7253.92
HexABB75C70321C442736
Octal2532671347062341044766
Binary101010111011011110111001110110010111001000100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB75C; }

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

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

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

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

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

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

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

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