#ABB068

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

Shades of Olive Green #ABB068

Tints of Olive Green #ABB068

Color information

#ABB068 (or 0xABB068) is unknown color: approx Olive Green. HEX triplet: AB, B0 and 68. RGB value is (171,176,104). Sum of RGB (Red+Green+Blue) = 171+176+104=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB068 is #544F97. Grayscale: #A6A6A6. Windows color (decimal): -5525400 or 6860971. OLE color: 6860971.

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

Color convert

RGB171176104-
CMYK0.0300.410.31
HSL64.17º31.3%54.9%-
HSV(B)64.17º40.91%69.02%-
XYZ34.8240.7119.12-
YUV166.392.84131.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 176 (69.14% from 255) = 39.02%
BLUE value IS 104 (41.02% from 255) = 23.06%
R=37.92%
G=39.02%
B=23.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761040.0300.410.3164.1731.354.9
HexABB06830291F401f37
Octal2532601503051371003767
Binary1010101110110000110100011010100111111100000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB068; }

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

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

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

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

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

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

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

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