#8AB473

Color #8AB473 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8AB473

Tints of Olivine #8AB473

Color information

#8AB473 (or 0x8AB473) is unknown color: approx Olivine. HEX triplet: 8A, B4 and 73. RGB value is (138,180,115). Sum of RGB (Red+Green+Blue) = 138+180+115=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB473 is #754B8C. Grayscale: #A0A0A0. Windows color (decimal): -7687053 or 7582858. OLE color: 7582858.

HSL color Cylindrical-coordinate representation of color #8AB473: hue angle of 98.77º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AB473 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB138180115-
CMYK0.2300.360.29
HSL98.77º30.23%57.84%-
HSV(B)98.77º36.11%70.59%-
XYZ29.939.2822.23-
YUV160.03102.59112.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 115 (45.31% from 255) = 26.56%
R=31.87%
G=41.57%
B=26.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381801150.2300.360.2998.7730.2357.84
Hex8AB473170241D631e3a
Octal21226416327044351433672
Binary1000101010110100111001110111010010011101110001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AB473; }

 p { color: rgb(138,180,115); }

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

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

 a { background-color: rgb(138,180,115); }

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

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

 span { border-color: rgb(138,180,115); }

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