#ABBC67

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

Shades of Olive Green #ABBC67

Tints of Olive Green #ABBC67

Color information

#ABBC67 (or 0xABBC67) is unknown color: approx Olive Green. HEX triplet: AB, BC and 67. RGB value is (171,188,103). Sum of RGB (Red+Green+Blue) = 171+188+103=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC67 is #544398. Grayscale: #ADADAD. Windows color (decimal): -5522329 or 6798507. OLE color: 6798507.

HSL color Cylindrical-coordinate representation of color #ABBC67: hue angle of 72º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABBC67 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB171188103-
CMYK0.0900.450.26
HSL72º38.81%57.06%-
HSV(B)72º45.21%73.73%-
XYZ37.2345.619.67-
YUV173.2388.37126.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 188 (73.83% from 255) = 40.69%
BLUE value IS 103 (40.62% from 255) = 22.29%
R=37.01%
G=40.69%
B=22.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881030.0900.450.267238.8157.06
HexABBC67902D1A482739
Octal25327414711055321104771
Binary1010101110111100110011110010101101110101001000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC67; }

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

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

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

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

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

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

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

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