#8AB56E

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

Shades of Olivine #8AB56E

Tints of Olivine #8AB56E

Color information

#8AB56E (or 0x8AB56E) is unknown color: approx Olivine. HEX triplet: 8A, B5 and 6E. RGB value is (138,181,110). Sum of RGB (Red+Green+Blue) = 138+181+110=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB56E is #754A91. Grayscale: #A0A0A0. Windows color (decimal): -7686802 or 7255434. OLE color: 7255434.

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

Color convert

RGB138181110-
CMYK0.2400.390.29
HSL96.34º32.42%57.06%-
HSV(B)96.34º39.23%70.98%-
XYZ29.8239.5820.82-
YUV160.0599.75112.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 181 (71.09% from 255) = 42.19%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=32.17%
G=42.19%
B=25.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381811100.2400.390.2996.3432.4257.06
Hex8AB56E180271D602039
Octal21226515630047351404071
Binary10001010101101011101110110000100111111011100000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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