#8FBD7B

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

Shades of Olivine #8FBD7B

Tints of Olivine #8FBD7B

Color information

#8FBD7B (or 0x8FBD7B) is unknown color: approx Olivine. HEX triplet: 8F, BD and 7B. RGB value is (143,189,123). Sum of RGB (Red+Green+Blue) = 143+189+123=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBD7B is #704284. Grayscale: #A7A7A7. Windows color (decimal): -7357061 or 8109455. OLE color: 8109455.

HSL color Cylindrical-coordinate representation of color #8FBD7B: hue angle of 101.82º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FBD7B is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB143189123-
CMYK0.2400.350.26
HSL101.82º33.33%61.18%-
HSV(B)101.82º34.92%74.12%-
XYZ33.143.6625.42-
YUV167.72102.76110.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.43%
GREEN value IS 189 (74.22% from 255) = 41.54%
BLUE value IS 123 (48.44% from 255) = 27.03%
R=31.43%
G=41.54%
B=27.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431891230.2400.350.26101.8233.3361.18
Hex8FBD7B180231A66213d
Octal21727517330043321464175
Binary10001111101111011111011110000100011110101100110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,189,123); }

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

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

 a { background-color: rgb(143,189,123); }

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

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

 span { border-color: rgb(143,189,123); }

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