#8FBB66

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

Shades of Olivine #8FBB66

Tints of Olivine #8FBB66

Color information

#8FBB66 (or 0x8FBB66) is unknown color: approx Olivine. HEX triplet: 8F, BB and 66. RGB value is (143,187,102). Sum of RGB (Red+Green+Blue) = 143+187+102=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 187 - color contains mainly: green. Hex color #8FBB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBB66 is #704499. Grayscale: #A4A4A4. Windows color (decimal): -7357594 or 6732687. OLE color: 6732687.

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

Color convert

RGB143187102-
CMYK0.2400.450.27
HSL91.06º38.46%56.67%-
HSV(B)91.06º45.45%73.33%-
XYZ31.542.3419.08-
YUV164.1592.92112.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.10%
GREEN value IS 187 (73.44% from 255) = 43.29%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=33.10%
G=43.29%
B=23.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431871020.2400.450.2791.0638.4656.67
Hex8FBB661802D1B5b2639
Octal21727314630055331334671
Binary10001111101110111100110110000101101110111011011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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