#8FBF6E

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

Shades of Olivine #8FBF6E

Tints of Olivine #8FBF6E

Color information

#8FBF6E (or 0x8FBF6E) is unknown color: approx Olivine. HEX triplet: 8F, BF and 6E. RGB value is (143,191,110). Sum of RGB (Red+Green+Blue) = 143+191+110=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF6E is #704091. Grayscale: #A7A7A7. Windows color (decimal): -7356562 or 7257999. OLE color: 7257999.

HSL color Cylindrical-coordinate representation of color #8FBF6E: hue angle of 95.56º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FBF6E is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB143191110-
CMYK0.2500.420.25
HSL95.56º38.76%59.02%-
HSV(B)95.56º42.41%74.9%-
XYZ32.7744.2321.56-
YUV167.4195.6110.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.21%
GREEN value IS 191 (75% from 255) = 43.02%
BLUE value IS 110 (43.36% from 255) = 24.77%
R=32.21%
G=43.02%
B=24.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431911100.2500.420.2595.5638.7659.02
Hex8FBF6E1902A1960273b
Octal21727715631052311404773
Binary10001111101111111101110110010101010110011100000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,191,110); }

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

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

 a { background-color: rgb(143,191,110); }

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

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

 span { border-color: rgb(143,191,110); }

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