#8FBB75

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

Shades of Olivine #8FBB75

Tints of Olivine #8FBB75

Color information

#8FBB75 (or 0x8FBB75) is unknown color: approx Olivine. HEX triplet: 8F, BB and 75. RGB value is (143,187,117). Sum of RGB (Red+Green+Blue) = 143+187+117=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBB75 is #70448A. Grayscale: #A6A6A6. Windows color (decimal): -7357579 or 7715727. OLE color: 7715727.

HSL color Cylindrical-coordinate representation of color #8FBB75: hue angle of 97.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FBB75 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB143187117-
CMYK0.2400.370.27
HSL97.71º33.98%59.61%-
HSV(B)97.71º37.43%73.33%-
XYZ32.3142.6623.36-
YUV165.86100.42111.69-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.99%
GREEN value IS 187 (73.44% from 255) = 41.83%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=31.99%
G=41.83%
B=26.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431871170.2400.370.2797.7133.9859.61
Hex8FBB75180251B62223c
Octal21727316530045331424274
Binary10001111101110111110101110000100101110111100010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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