#8FBF75

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

Shades of Olivine #8FBF75

Tints of Olivine #8FBF75

Color information

#8FBF75 (or 0x8FBF75) is unknown color: approx Olivine. HEX triplet: 8F, BF and 75. RGB value is (143,191,117). Sum of RGB (Red+Green+Blue) = 143+191+117=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF75 is #70408A. Grayscale: #A8A8A8. Windows color (decimal): -7356555 or 7716751. OLE color: 7716751.

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

Color convert

RGB143191117-
CMYK0.2500.390.25
HSL98.92º36.63%60.39%-
HSV(B)98.92º38.74%74.9%-
XYZ33.1744.3923.65-
YUV168.2199.1110.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.71%
GREEN value IS 191 (75% from 255) = 42.35%
BLUE value IS 117 (46.09% from 255) = 25.94%
R=31.71%
G=42.35%
B=25.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431911170.2500.390.2598.9236.6360.39
Hex8FBF75190271963253c
Octal21727716531047311434574
Binary10001111101111111110101110010100111110011100011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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