#ABBB69

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

Shades of Olive Green #ABBB69

Tints of Olive Green #ABBB69

Color information

#ABBB69 (or 0xABBB69) is unknown color: approx Olive Green. HEX triplet: AB, BB and 69. RGB value is (171,187,105). Sum of RGB (Red+Green+Blue) = 171+187+105=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBB69 is #544496. Grayscale: #ADADAD. Windows color (decimal): -5522583 or 6929323. OLE color: 6929323.

HSL color Cylindrical-coordinate representation of color #ABBB69: hue angle of 71.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABBB69 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB171187105-
CMYK0.0900.440.27
HSL71.71º37.61%57.25%-
HSV(B)71.71º43.85%73.33%-
XYZ37.1145.2220.14-
YUV172.8789.7126.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 187 (73.44% from 255) = 40.39%
BLUE value IS 105 (41.41% from 255) = 22.68%
R=36.93%
G=40.39%
B=22.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871050.0900.440.2771.7137.6157.25
HexABBB69902C1B482639
Octal25327315111054331104671
Binary1010101110111011110100110010101100110111001000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB69; }

 p { color: rgb(171,187,105); }

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

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

 a { background-color: rgb(171,187,105); }

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

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

 span { border-color: rgb(171,187,105); }

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