#ABB369

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

Shades of Olive Green #ABB369

Tints of Olive Green #ABB369

Color information

#ABB369 (or 0xABB369) is unknown color: approx Olive Green. HEX triplet: AB, B3 and 69. RGB value is (171,179,105). Sum of RGB (Red+Green+Blue) = 171+179+105=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB369 is #544C96. Grayscale: #A8A8A8. Windows color (decimal): -5524631 or 6927275. OLE color: 6927275.

HSL color Cylindrical-coordinate representation of color #ABB369: hue angle of 66.49º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABB369 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB171179105-
CMYK0.0400.410.30
HSL66.49º32.74%55.69%-
HSV(B)66.49º41.34%70.2%-
XYZ35.4641.9219.59-
YUV168.1792.35130.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 179 (70.31% from 255) = 39.34%
BLUE value IS 105 (41.41% from 255) = 23.08%
R=37.58%
G=39.34%
B=23.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791050.0400.410.3066.4932.7455.69
HexABB36940291E422138
Octal2532631514051361024170
Binary101010111011001111010011000101001111101000010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB369; }

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

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

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

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

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

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

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

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