#8FB26F

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

Shades of Olivine #8FB26F

Tints of Olivine #8FB26F

Color information

#8FB26F (or 0x8FB26F) is unknown color: approx Olivine. HEX triplet: 8F, B2 and 6F. RGB value is (143,178,111). Sum of RGB (Red+Green+Blue) = 143+178+111=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 178 - color contains mainly: green. Hex color #8FB26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB26F is #704D90. Grayscale: #A0A0A0. Windows color (decimal): -7359889 or 7320207. OLE color: 7320207.

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

Color convert

RGB143178111-
CMYK0.2000.380.30
HSL91.34º30.32%56.67%-
HSV(B)91.34º37.64%69.8%-
XYZ30.1238.8320.95-
YUV159.9100.4115.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.10%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 111 (43.75% from 255) = 25.69%
R=33.10%
G=41.20%
B=25.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1431781110.2000.380.3091.3430.3256.67
Hex8FB26F140261E5b1e39
Octal21726215724046361333671
Binary1000111110110010110111110100010011011110101101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,178,111); }

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

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

 a { background-color: rgb(143,178,111); }

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

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

 span { border-color: rgb(143,178,111); }

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