#ABB467

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

Shades of Olive Green #ABB467

Tints of Olive Green #ABB467

Color information

#ABB467 (or 0xABB467) is unknown color: approx Olive Green. HEX triplet: AB, B4 and 67. RGB value is (171,180,103). Sum of RGB (Red+Green+Blue) = 171+180+103=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB467 is #544B98. Grayscale: #A8A8A8. Windows color (decimal): -5524377 or 6796459. OLE color: 6796459.

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

Color convert

RGB171180103-
CMYK0.0500.430.29
HSL67.01º33.92%55.49%-
HSV(B)67.01º42.78%70.59%-
XYZ35.5642.2819.12-
YUV168.5391.02129.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 180 (70.70% from 255) = 39.65%
BLUE value IS 103 (40.62% from 255) = 22.69%
R=37.67%
G=39.65%
B=22.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801030.0500.430.2967.0133.9255.49
HexABB467502B1D432237
Octal2532641475053351034267
Binary101010111011010011001111010101011111011000011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB467; }

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

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

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

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

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

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

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

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