#9FBF64

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

Shades of Olivine #9FBF64

Tints of Olivine #9FBF64

Color information

#9FBF64 (or 0x9FBF64) is unknown color: approx Olivine. HEX triplet: 9F, BF and 64. RGB value is (159,191,100). Sum of RGB (Red+Green+Blue) = 159+191+100=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBF64 is #60409B. Grayscale: #ABABAB. Windows color (decimal): -6307996 or 6602655. OLE color: 6602655.

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

Color convert

RGB159191100-
CMYK0.1700.480.25
HSL81.1º41.55%57.06%-
HSV(B)81.1º47.64%74.9%-
XYZ35.2345.5518.99-
YUV171.0687.9119.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.33%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=35.33%
G=42.44%
B=22.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591911000.1700.480.2581.141.5557.06
Hex9FBF641103019512a39
Octal23727714421060311215271
Binary10011111101111111100100100010110000110011010001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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