#9FBF6F

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

Shades of Olivine #9FBF6F

Tints of Olivine #9FBF6F

Color information

#9FBF6F (or 0x9FBF6F) is unknown color: approx Olivine. HEX triplet: 9F, BF and 6F. RGB value is (159,191,111). Sum of RGB (Red+Green+Blue) = 159+191+111=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF6F is #604090. Grayscale: #ACACAC. Windows color (decimal): -6307985 or 7323551. OLE color: 7323551.

HSL color Cylindrical-coordinate representation of color #9FBF6F: hue angle of 84º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FBF6F is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB159191111-
CMYK0.1700.420.25
HSL84º38.46%59.22%-
HSV(B)84º41.88%74.9%-
XYZ35.845.7821.99-
YUV172.3193.4118.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.49%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 111 (43.75% from 255) = 24.08%
R=34.49%
G=41.43%
B=24.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911110.1700.420.258438.4659.22
Hex9FBF6F1102A1954263b
Octal23727715721052311244673
Binary10011111101111111101111100010101010110011010100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FBF6F; }

 p { color: rgb(159,191,111); }

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

<style>
 a { background-color: #9FBF6F; }

 a { background-color: rgb(159,191,111); }

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

<style>
 span { border-color: #9FBF6F; }

 span { border-color: rgb(159,191,111); }

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