#8AB570

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

Shades of Olivine #8AB570

Tints of Olivine #8AB570

Color information

#8AB570 (or 0x8AB570) is unknown color: approx Olivine. HEX triplet: 8A, B5 and 70. RGB value is (138,181,112). Sum of RGB (Red+Green+Blue) = 138+181+112=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB570 is #754A8F. Grayscale: #A0A0A0. Windows color (decimal): -7686800 or 7386506. OLE color: 7386506.

HSL color Cylindrical-coordinate representation of color #8AB570: hue angle of 97.39º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AB570 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB138181112-
CMYK0.2400.380.29
HSL97.39º31.8%57.45%-
HSV(B)97.39º38.12%70.98%-
XYZ29.9339.6221.4-
YUV160.28100.75112.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=32.02%
G=42.00%
B=25.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381811120.2400.380.2997.3931.857.45
Hex8AB570180261D612039
Octal21226516030046351414071
Binary10001010101101011110000110000100110111011100001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,181,112); }

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

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

 a { background-color: rgb(138,181,112); }

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

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

 span { border-color: rgb(138,181,112); }

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