#9FBF70

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

Shades of Olivine #9FBF70

Tints of Olivine #9FBF70

Color information

#9FBF70 (or 0x9FBF70) is unknown color: approx Olivine. HEX triplet: 9F, BF and 70. RGB value is (159,191,112). Sum of RGB (Red+Green+Blue) = 159+191+112=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF70 is #60408F. Grayscale: #ACACAC. Windows color (decimal): -6307984 or 7389087. OLE color: 7389087.

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

Color convert

RGB159191112-
CMYK0.1700.410.25
HSL84.3º38.16%59.41%-
HSV(B)84.3º41.36%74.9%-
XYZ35.8545.822.28-
YUV172.4393.9118.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 191 (75% from 255) = 41.34%
BLUE value IS 112 (44.14% from 255) = 24.24%
R=34.42%
G=41.34%
B=24.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911120.1700.410.2584.338.1659.41
Hex9FBF70110291954263b
Octal23727716021051311244673
Binary10011111101111111110000100010101001110011010100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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