#ABB367

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

Shades of Olive Green #ABB367

Tints of Olive Green #ABB367

Color information

#ABB367 (or 0xABB367) is unknown color: approx Olive Green. HEX triplet: AB, B3 and 67. RGB value is (171,179,103). Sum of RGB (Red+Green+Blue) = 171+179+103=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB367 is #544C98. Grayscale: #A8A8A8. Windows color (decimal): -5524633 or 6796203. OLE color: 6796203.

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

Color convert

RGB171179103-
CMYK0.0400.420.30
HSL66.32º33.33%55.29%-
HSV(B)66.32º42.46%70.2%-
XYZ35.3641.8819.05-
YUV167.9491.35130.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 179 (70.31% from 255) = 39.51%
BLUE value IS 103 (40.62% from 255) = 22.74%
R=37.75%
G=39.51%
B=22.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791030.0400.420.3066.3233.3355.29
HexABB367402A1E422137
Octal2532631474052361024167
Binary101010111011001111001111000101010111101000010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB367; }

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

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

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

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

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

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

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

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