#8FB66A

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

Shades of Olivine #8FB66A

Tints of Olivine #8FB66A

Color information

#8FB66A (or 0x8FB66A) is unknown color: approx Olivine. HEX triplet: 8F, B6 and 6A. RGB value is (143,182,106). Sum of RGB (Red+Green+Blue) = 143+182+106=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB66A is #704995. Grayscale: #A1A1A1. Windows color (decimal): -7358870 or 6993551. OLE color: 6993551.

HSL color Cylindrical-coordinate representation of color #8FB66A: hue angle of 90.79º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FB66A is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB143182106-
CMYK0.2100.420.29
HSL90.79º34.23%56.47%-
HSV(B)90.79º41.76%71.37%-
XYZ30.6640.3419.81-
YUV161.6796.58114.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.18%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 106 (41.80% from 255) = 24.59%
R=33.18%
G=42.23%
B=24.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431821060.2100.420.2990.7934.2356.47
Hex8FB66A1502A1D5b2238
Octal21726615225052351334270
Binary10001111101101101101010101010101010111011011011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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