#8AB36E

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

Shades of Olivine #8AB36E

Tints of Olivine #8AB36E

Color information

#8AB36E (or 0x8AB36E) is unknown color: approx Olivine. HEX triplet: 8A, B3 and 6E. RGB value is (138,179,110). Sum of RGB (Red+Green+Blue) = 138+179+110=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB36E is #754C91. Grayscale: #9F9F9F. Windows color (decimal): -7687314 or 7254922. OLE color: 7254922.

HSL color Cylindrical-coordinate representation of color #8AB36E: hue angle of 95.65º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AB36E is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB138179110-
CMYK0.2300.390.30
HSL95.65º31.22%56.67%-
HSV(B)95.65º38.55%70.2%-
XYZ29.4238.7720.68-
YUV158.87100.42113.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.32%
GREEN value IS 179 (70.31% from 255) = 41.92%
BLUE value IS 110 (43.36% from 255) = 25.76%
R=32.32%
G=41.92%
B=25.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381791100.2300.390.3095.6531.2256.67
Hex8AB36E170271E601f39
Octal21226315627047361403771
Binary1000101010110011110111010111010011111110110000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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