#8FB76A

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

Shades of Olivine #8FB76A

Tints of Olivine #8FB76A

Color information

#8FB76A (or 0x8FB76A) is unknown color: approx Olivine. HEX triplet: 8F, B7 and 6A. RGB value is (143,183,106). Sum of RGB (Red+Green+Blue) = 143+183+106=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB76A is #704895. Grayscale: #A2A2A2. Windows color (decimal): -7358614 or 6993807. OLE color: 6993807.

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

Color convert

RGB143183106-
CMYK0.2200.420.28
HSL91.17º34.84%56.67%-
HSV(B)91.17º42.08%71.76%-
XYZ30.8640.7519.87-
YUV162.2696.25114.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.10%
GREEN value IS 183 (71.88% from 255) = 42.36%
BLUE value IS 106 (41.80% from 255) = 24.54%
R=33.10%
G=42.36%
B=24.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1431831060.2200.420.2891.1734.8456.67
Hex8FB76A1602A1C5b2339
Octal21726715226052341334371
Binary10001111101101111101010101100101010111001011011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,183,106); }

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

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

 a { background-color: rgb(143,183,106); }

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

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

 span { border-color: rgb(143,183,106); }

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