#8AB76C

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

Shades of Olivine #8AB76C

Tints of Olivine #8AB76C

Color information

#8AB76C (or 0x8AB76C) is unknown color: approx Olivine. HEX triplet: 8A, B7 and 6C. RGB value is (138,183,108). Sum of RGB (Red+Green+Blue) = 138+183+108=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB76C is #754893. Grayscale: #A1A1A1. Windows color (decimal): -7686292 or 7124874. OLE color: 7124874.

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

Color convert

RGB138183108-
CMYK0.2500.410.28
HSL96º34.25%57.06%-
HSV(B)96º40.98%71.76%-
XYZ30.1240.3520.39-
YUV16198.09111.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=32.17%
G=42.66%
B=25.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381831080.2500.410.289634.2557.06
Hex8AB76C190291C602239
Octal21226715431051341404271
Binary10001010101101111101100110010101001111001100000100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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