#9FBF61

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

Shades of Olivine #9FBF61

Tints of Olivine #9FBF61

Color information

#9FBF61 (or 0x9FBF61) is unknown color: approx Olivine. HEX triplet: 9F, BF and 61. RGB value is (159,191,97). Sum of RGB (Red+Green+Blue) = 159+191+97=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF61 is #60409E. Grayscale: #ABABAB. Windows color (decimal): -6307999 or 6406047. OLE color: 6406047.

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

Color convert

RGB15919197-
CMYK0.1700.490.25
HSL80.43º42.34%56.47%-
HSV(B)80.43º49.21%74.9%-
XYZ35.0945.518.24-
YUV170.7286.4119.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=35.57%
G=42.73%
B=21.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159191970.1700.490.2580.4342.3456.47
Hex9FBF611103119502a38
Octal23727714121061311205270
Binary10011111101111111100001100010110001110011010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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