#8FBF6C

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

Shades of Olivine #8FBF6C

Tints of Olivine #8FBF6C

Color information

#8FBF6C (or 0x8FBF6C) is unknown color: approx Olivine. HEX triplet: 8F, BF and 6C. RGB value is (143,191,108). Sum of RGB (Red+Green+Blue) = 143+191+108=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FBF6C is #704093. Grayscale: #A7A7A7. Windows color (decimal): -7356564 or 7126927. OLE color: 7126927.

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

Color convert

RGB143191108-
CMYK0.2500.430.25
HSL94.7º39.34%58.63%-
HSV(B)94.7º43.46%74.9%-
XYZ32.6744.1820.99-
YUV167.1994.6110.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.35%
GREEN value IS 191 (75% from 255) = 43.21%
BLUE value IS 108 (42.58% from 255) = 24.43%
R=32.35%
G=43.21%
B=24.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431911080.2500.430.2594.739.3458.63
Hex8FBF6C1902B195f273b
Octal21727715431053311374773
Binary10001111101111111101100110010101011110011011111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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