#ABB069

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

Shades of Olive Green #ABB069

Tints of Olive Green #ABB069

Color information

#ABB069 (or 0xABB069) is unknown color: approx Olive Green. HEX triplet: AB, B0 and 69. RGB value is (171,176,105). Sum of RGB (Red+Green+Blue) = 171+176+105=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB069 is #544F96. Grayscale: #A6A6A6. Windows color (decimal): -5525399 or 6926507. OLE color: 6926507.

HSL color Cylindrical-coordinate representation of color #ABB069: hue angle of 64.23º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABB069 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB171176105-
CMYK0.0300.400.31
HSL64.23º31%55.1%-
HSV(B)64.23º40.34%69.02%-
XYZ34.8740.7319.39-
YUV166.4193.34131.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 176 (69.14% from 255) = 38.94%
BLUE value IS 105 (41.41% from 255) = 23.23%
R=37.83%
G=38.94%
B=23.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761050.0300.400.3164.233155.1
HexABB06930281F401f37
Octal2532601513050371003767
Binary1010101110110000110100111010100011111100000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB069; }

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

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

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

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

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

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

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

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