#ABB468

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

Shades of Olive Green #ABB468

Tints of Olive Green #ABB468

Color information

#ABB468 (or 0xABB468) is unknown color: approx Olive Green. HEX triplet: AB, B4 and 68. RGB value is (171,180,104). Sum of RGB (Red+Green+Blue) = 171+180+104=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB468 is #544B97. Grayscale: #A8A8A8. Windows color (decimal): -5524376 or 6861995. OLE color: 6861995.

HSL color Cylindrical-coordinate representation of color #ABB468: hue angle of 67.11º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABB468 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB171180104-
CMYK0.0500.420.29
HSL67.11º33.63%55.69%-
HSV(B)67.11º42.22%70.59%-
XYZ35.6142.319.38-
YUV168.6491.52129.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 180 (70.70% from 255) = 39.56%
BLUE value IS 104 (41.02% from 255) = 22.86%
R=37.58%
G=39.56%
B=22.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801040.0500.420.2967.1133.6355.69
HexABB468502A1D432238
Octal2532641505052351034270
Binary101010111011010011010001010101010111011000011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB468; }

 p { color: rgb(171,180,104); }

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

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

 a { background-color: rgb(171,180,104); }

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

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

 span { border-color: rgb(171,180,104); }

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