#8AB76E

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

Shades of Olivine #8AB76E

Tints of Olivine #8AB76E

Color information

#8AB76E (or 0x8AB76E) is unknown color: approx Olivine. HEX triplet: 8A, B7 and 6E. RGB value is (138,183,110). Sum of RGB (Red+Green+Blue) = 138+183+110=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB76E is #754891. Grayscale: #A1A1A1. Windows color (decimal): -7686290 or 7255946. OLE color: 7255946.

HSL color Cylindrical-coordinate representation of color #8AB76E: hue angle of 96.99º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AB76E is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB138183110-
CMYK0.2500.400.28
HSL96.99º33.64%57.45%-
HSV(B)96.99º39.89%71.76%-
XYZ30.2340.420.96-
YUV161.2299.09111.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.02%
GREEN value IS 183 (71.88% from 255) = 42.46%
BLUE value IS 110 (43.36% from 255) = 25.52%
R=32.02%
G=42.46%
B=25.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381831100.2500.400.2896.9933.6457.45
Hex8AB76E190281C612239
Octal21226715631050341414271
Binary10001010101101111101110110010101000111001100001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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