#9FBF79

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

Shades of Olivine #9FBF79

Tints of Olivine #9FBF79

Color information

#9FBF79 (or 0x9FBF79) is unknown color: approx Olivine. HEX triplet: 9F, BF and 79. RGB value is (159,191,121). Sum of RGB (Red+Green+Blue) = 159+191+121=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF79 is #604086. Grayscale: #ADADAD. Windows color (decimal): -6307975 or 7978911. OLE color: 7978911.

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

Color convert

RGB159191121-
CMYK0.1700.370.25
HSL87.43º35.35%61.18%-
HSV(B)87.43º36.65%74.9%-
XYZ36.3846.0125.05-
YUV173.4598.4117.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.76%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 121 (47.66% from 255) = 25.69%
R=33.76%
G=40.55%
B=25.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911210.1700.370.2587.4335.3561.18
Hex9FBF79110251957233d
Octal23727717121045311274375
Binary10011111101111111111001100010100101110011010111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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