#9FBE66

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

Shades of Olivine #9FBE66

Tints of Olivine #9FBE66

Color information

#9FBE66 (or 0x9FBE66) is unknown color: approx Olivine. HEX triplet: 9F, BE and 66. RGB value is (159,190,102). Sum of RGB (Red+Green+Blue) = 159+190+102=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE66 is #604199. Grayscale: #ABABAB. Windows color (decimal): -6308250 or 6733471. OLE color: 6733471.

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

Color convert

RGB159190102-
CMYK0.1600.460.25
HSL81.14º40.37%57.25%-
HSV(B)81.14º46.32%74.51%-
XYZ35.1145.1619.44-
YUV170.789.23119.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=35.25%
G=42.13%
B=22.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901020.1600.460.2581.1440.3757.25
Hex9FBE661002E19512839
Octal23727614620056311215071
Binary10011111101111101100110100000101110110011010001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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