#9FBE65

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

Shades of Olivine #9FBE65

Tints of Olivine #9FBE65

Color information

#9FBE65 (or 0x9FBE65) is unknown color: approx Olivine. HEX triplet: 9F, BE and 65. RGB value is (159,190,101). Sum of RGB (Red+Green+Blue) = 159+190+101=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE65 is #60419A. Grayscale: #AAAAAA. Windows color (decimal): -6308251 or 6667935. OLE color: 6667935.

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

Color convert

RGB159190101-
CMYK0.1600.470.25
HSL80.9º40.64%57.06%-
HSV(B)80.9º46.84%74.51%-
XYZ35.0645.1419.18-
YUV170.5888.73119.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.33%
GREEN value IS 190 (74.61% from 255) = 42.22%
BLUE value IS 101 (39.84% from 255) = 22.44%
R=35.33%
G=42.22%
B=22.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901010.1600.470.2580.940.6457.06
Hex9FBE651002F19512939
Octal23727614520057311215171
Binary10011111101111101100101100000101111110011010001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,190,101); }

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

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

 a { background-color: rgb(159,190,101); }

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

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

 span { border-color: rgb(159,190,101); }

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